Uses of Class
org.apache.camel.component.sjms.SjmsProducer.MessageProducerPool

Packages that use SjmsProducer.MessageProducerPool
org.apache.camel.component.sjms   
 

Uses of SjmsProducer.MessageProducerPool in org.apache.camel.component.sjms
 

Methods in org.apache.camel.component.sjms that return SjmsProducer.MessageProducerPool
 SjmsProducer.MessageProducerPool SjmsProducer.getProducers()
          Gets the MessageProducerPool value of producers for this instance of SjmsProducer.
 

Methods in org.apache.camel.component.sjms with parameters of type SjmsProducer.MessageProducerPool
 void SjmsProducer.setProducers(SjmsProducer.MessageProducerPool producers)
          Sets the producer pool for this instance of SjmsProducer.
 



Apache Camel