Package org.apache.camel.component.sjms.jms

Interface Summary
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 Summary
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 Summary
JmsMessageHeaderType  
JmsMessageType Enum for different Message types.
SessionAcknowledgementType Session acknowledge enum keys
 

Exception Summary
IllegalHeaderException IllegalHeaderException is thrown if a header is detected that doesn't meet the JMS standard.
 



Apache Camel