| Interface | Description |
|---|---|
| ConnectionResource |
The ConnectionResource is the contract used to provide
Connection
pools to the SJMS component. |
| 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. |
| DefaultJmsKeyFormatStrategy |
Default strategy that handles dots and hyphens.
|
| JmsConstants |
JMS constants
|
| JmsMessageHelper |
Utility class for
Message. |
| JmsObjectFactory |
TODO Add Class documentation for JmsObjectFactory
|
| ObjectPool<T> |
TODO Add Class documentation for ObjectPool
|
| SessionPool |
TODO Add Class documentation for SessionPool
|
| Enum | Description |
|---|---|
| JmsMessageHeaderType | |
| 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