Package | Description |
---|---|
org.apache.camel.component.jms |
Defines the JMS Component
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsConfiguration.setConsumerType(ConsumerType consumerType)
The consumer type to use, which can be one of: Simple, Default, or Custom.
|
Apache Camel