Package | Description |
---|---|
org.apache.camel.component.sjms | |
org.apache.camel.component.sjms.producer |
Modifier and Type | Method and Description |
---|---|
abstract MessageProducerResources |
SjmsProducer.doCreateProducerModel() |
MessageProducerResources |
SjmsProducer.MessageProducerResourcesFactory.makeObject() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.pool.impl.GenericObjectPool<MessageProducerResources> |
SjmsProducer.getProducers()
Gets the MessageProducerPool value of producers for this instance of
SjmsProducer.
|
Modifier and Type | Method and Description |
---|---|
void |
SjmsProducer.MessageProducerResourcesFactory.destroyObject(MessageProducerResources model) |
abstract void |
SjmsProducer.sendMessage(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback,
MessageProducerResources producer) |
Modifier and Type | Method and Description |
---|---|
void |
SjmsProducer.setProducers(org.apache.commons.pool.impl.GenericObjectPool<MessageProducerResources> producers)
Sets the producer pool for this instance of SjmsProducer.
|
Modifier and Type | Method and Description |
---|---|
MessageProducerResources |
InOutProducer.doCreateProducerModel() |
MessageProducerResources |
InOnlyProducer.doCreateProducerModel() |
Modifier and Type | Method and Description |
---|---|
void |
InOutProducer.sendMessage(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback,
MessageProducerResources producer)
TODO time out is actually double as it waits for the producer and then
waits for the response.
|
void |
InOnlyProducer.sendMessage(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback,
MessageProducerResources producer) |
Apache Camel