ConsumerType |
|
DefaultTaskExecutorType |
|
DestinationEndpoint |
An optional interface that a JmsEndpoint may implement to return the underlying Destination object
|
EndpointMessageListener |
A JMS MessageListener which can be used to delegate processing to a Camel endpoint.
|
JmsBinding |
A Strategy used to convert between a Camel Exchange and JmsMessage to and from a JMS Message
|
JmsBrowsableEndpoint |
JMS endpoint which is browsable.
|
JmsComponent |
JMS component which uses Spring JMS.
|
JmsConfiguration |
|
JmsConsumer |
A Consumer which uses Spring's AbstractMessageListenerContainer implementations to
consume JMS messages.
|
JmsEndpoint |
Sent and receive messages to/from a JMS Queue or Topic.
|
JmsKeyFormatStrategy |
Strategy for applying encoding and decoding of JMS headers so they apply to the JMS spec.
|
JmsMessage |
Represents a Message for working with JMS
|
JmsMessageType |
Enum for different Message types.
|
JmsQueueEndpoint |
An endpoint for a JMS Queue which is also browsable
|
MessageCreatedStrategy |
A strategy that allows custom components to plugin and perform custom logic when Camel creates
Message instance.
|
MessageListenerContainerFactory |
Factory used to create a custom AbstractMessageListenerContainer to be used
in JMS endpoints.
|
MessageSentCallback |
Callback when a Message has been sent.
|
QueueBrowseStrategy |
|
ReplyToType |
Types for replyTo queues
|