Package | Description |
---|---|
org.apache.camel.component.jms |
Defines the JMS Component
|
Modifier and Type | Method and Description |
---|---|
DefaultTaskExecutorType |
JmsEndpoint.getDefaultTaskExecutorType() |
DefaultTaskExecutorType |
JmsConfiguration.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 |
JmsComponent.setDefaultTaskExecutorType(DefaultTaskExecutorType type)
Specifies what default TaskExecutor type to use in the DefaultMessageListenerContainer,
for both consumer endpoints and the ReplyTo consumer of producer endpoints.
|
void |
JmsEndpoint.setDefaultTaskExecutorType(DefaultTaskExecutorType type) |
void |
JmsConfiguration.setDefaultTaskExecutorType(DefaultTaskExecutorType defaultTaskExecutorType)
Specifies what default TaskExecutor type to use in the DefaultMessageListenerContainer,
for both consumer endpoints and the ReplyTo consumer of producer endpoints.
|
Apache Camel