Uses of Class
org.apache.camel.component.jms.ConsumerType
-
Packages that use ConsumerType Package Description org.apache.camel.component.jms Defines the JMS Component -
-
Uses of ConsumerType in org.apache.camel.component.jms
Methods in org.apache.camel.component.jms that return ConsumerType Modifier and Type Method Description ConsumerType
JmsComponent. getConsumerType()
ConsumerType
JmsConfiguration. getConsumerType()
static ConsumerType
ConsumerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConsumerType[]
ConsumerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.jms with parameters of type ConsumerType Modifier and Type Method Description void
JmsComponent. setConsumerType(ConsumerType consumerType)
void
JmsConfiguration. setConsumerType(ConsumerType consumerType)
The consumer type to use, which can be one of: Simple, Default, or Custom.
-