| Interface | Description |
|---|---|
| DestinationCreationStrategy |
Strategy for creating Destination's
|
| JmsConstants |
JMS constants
|
| JmsKeyFormatStrategy |
Strategy for applying encoding and decoding of JMS headers so they apply to the JMS spec.
|
| JmsObjectFactory | |
| MessageCreatedStrategy |
A strategy that allows custom components to plugin and perform custom logic when Camel creates
Message instance. |
| MessageCreator |
| Class | Description |
|---|---|
| DefaultDestinationCreationStrategy |
Default implementation of DestinationCreationStrategy, delegates to Session.createTopic and Session.createQueue.
|
| DefaultJmsKeyFormatStrategy |
Default strategy that handles dots and hyphens.
|
| DestinationNameParser | |
| Jms11ObjectFactory |
JMS 1.1 object factory
|
| JmsBinding |
A Strategy used to convert between a Camel
Exchange and Message to
and from a JMS Message |
| JmsMessageHelper |
Utility class for
Message. |
| Enum | Description |
|---|---|
| JmsMessageType |
Enum for different
Message types. |
| SessionAcknowledgementType |
Session acknowledge enum keys
|
Apache Camel