Uses of Class
org.apache.camel.component.sjms.jms.SessionPool

Packages that use SessionPool
org.apache.camel.component.sjms   
 

Uses of SessionPool in org.apache.camel.component.sjms
 

Methods in org.apache.camel.component.sjms that return SessionPool
protected  SessionPool SjmsConsumer.getSessionPool()
           
 SessionPool SjmsEndpoint.getSessions()
          Returns a SessionPool if available.
 

Methods in org.apache.camel.component.sjms with parameters of type SessionPool
 SjmsMessageConsumer SjmsMessageConsumer.createMessageConsumerListener(SessionPool sessionPool, String destinationName, Exchanger<Object> exchanger)
           
 void SjmsEndpoint.setSessions(SessionPool sessions)
          SessionPool used by endpoints that do not require a dedicated session per consumer or producer.
 



Apache Camel