Uses of Enum Class
org.apache.camel.component.jms.ConsumerType
Packages that use ConsumerType
-
Uses of ConsumerType in org.apache.camel.component.jms
Methods in org.apache.camel.component.jms that return ConsumerTypeModifier and TypeMethodDescriptionJmsComponent.getConsumerType()JmsConfiguration.getConsumerType()JmsComponent.getReplyToConsumerType()JmsConfiguration.getReplyToConsumerType()static ConsumerTypeReturns the enum constant of this class with the specified name.static ConsumerType[]ConsumerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.jms with parameters of type ConsumerTypeModifier and TypeMethodDescriptionorg.springframework.jms.listener.AbstractMessageListenerContainerJmsConfiguration.chooseMessageListenerContainerImplementation(JmsEndpoint endpoint, ConsumerType type) voidJmsComponent.setConsumerType(ConsumerType consumerType) voidJmsConfiguration.setConsumerType(ConsumerType consumerType) The consumer type to use, which can be one of: Simple, Default, or Custom.voidJmsComponent.setReplyToConsumerType(ConsumerType replyToConsumerType) voidJmsConfiguration.setReplyToConsumerType(ConsumerType replyToConsumerType) The consumer type of the reply consumer (when doing request/reply), which can be one of: Simple, Default, or Custom." The consumer type determines which Spring JMS listener to use.