| Package | Description |
|---|---|
| org.apache.camel.component.jms |
Defines the JMS Component
|
| Modifier and Type | Method and Description |
|---|---|
DefaultTaskExecutorType |
JmsConfiguration.getDefaultTaskExecutorType() |
DefaultTaskExecutorType |
JmsEndpoint.getDefaultTaskExecutorType() |
static DefaultTaskExecutorType |
DefaultTaskExecutorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultTaskExecutorType[] |
DefaultTaskExecutorType.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.setDefaultTaskExecutorType(DefaultTaskExecutorType defaultTaskExecutorType)
Indicates what type of
TaskExecutor to use by default for JMS consumers. |
void |
JmsEndpoint.setDefaultTaskExecutorType(DefaultTaskExecutorType type) |
void |
JmsComponent.setDefaultTaskExecutorType(DefaultTaskExecutorType type) |
Apache Camel