|
Class Summary |
| MessageProducer |
The ancestor class for PubSub and PointToPoint producers. |
| PointToPointProducer |
The PointToPointProducer produces messages to a Queue. |
| PooledTempQueue |
This is a class that wraps a JMS TemporaryQueue and QueueReceiver that listens for responses
sent on the TemporaryQueue. |
| ProducerId |
Deprecated. As of OpenEAI version 4.0, replaced by #org.openeai.transport.ProducerId |
| ProducerPool |
The ProducerPool is a class that contains a list of producers for use by an application or command. |
| PubSubProducer |
The PubSubProducer produces messages to a JMS Topic. |
| QueueRequestor |
JMS provides a QueueRequestor helper class to simplify making service
requests. |
| TempQueuePool |
The TempQueuePool contains a list of PooledTempQueue objects that will be used by a PointToPointProducer's
QueueRequestor when a request is produced. |