Package org.openeai.jms.producer

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 This object is used by the PointToPoint and PubSub producers to uniquely identify each producer.
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.
 

Exception Summary
JMSTimeoutException This exception will be thrown by the OpenEAI QueueRequestor when the specified timeout interval has been reached.
 



Copyright © 2002, OpenEAI Software Foundation