| Package | Description |
|---|---|
| org.apache.camel.component.jms |
Defines the JMS Component
|
| org.apache.camel.component.jms.reply |
Logic implementing support for request/reply over JMS
|
| Class and Description |
|---|
| ConsumerType |
| DefaultTaskExecutorType
Hints what type of default task executor our
DefaultJmsMessageListenerContainer should use. |
| 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 |
| JmsComponent
JMS component which uses Spring JMS.
|
| JmsConfiguration |
| JmsConsumer
A
Consumer which uses Spring's AbstractMessageListenerContainer implementations
to consume JMS messages. |
| JmsEndpoint
The jms component allows messages to be sent to (or consumed 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
|
| Class and Description |
|---|
| DefaultJmsMessageListenerContainer
The default
container which listen for messages
on the JMS destination. |
| JmsEndpoint
The jms component allows messages to be sent to (or consumed from) a JMS Queue or Topic.
|
| MessageSentCallback
Callback when a
Message has been sent. |
Apache Camel