| Interface | Description |
|---|---|
| ConnectionResource |
The ConnectionResource is the contract used to provide
Connection
pools to the SJMS component. |
| DestinationCreationStrategy |
Strategy for creating Destination's
|
| JmsConstants |
JMS constants
|
| KeyFormatStrategy |
Strategy for applying encoding and decoding of JMS headers so they apply to
the JMS spec.
|
| Class | Description |
|---|---|
| ConnectionFactoryResource |
The default
ConnectionResource implementation for the SJMSComponent. |
| DefaultDestinationCreationStrategy |
Default implementation of DestinationCreationStrategy, delegates to Session.createTopic
and Session.createQueue.
|
| DefaultJmsKeyFormatStrategy |
Default strategy that handles dots and hyphens.
|
| JmsMessageHelper |
Utility class for
Message. |
| JmsObjectFactory |
| Enum | Description |
|---|---|
| JmsMessageType |
Enum for different
Message types. |
| SessionAcknowledgementType |
Session acknowledge enum keys
|
| Exception | Description |
|---|---|
| IllegalHeaderException |
IllegalHeaderException is thrown if a header is detected that doesn't meet
the JMS standard.
|
Apache Camel