February 2002
Beginner to intermediate
544 pages
10h 23m
English
The following constructor is defined by the class javax.jms.QueueRequestor.
public QueueRequestor(QueueSession session, Queue queue)
Constructor for the QueueRequestor class.
This implementation assumes the session parameter to be non-transacted, with a delivery mode of either AUTO_ACKNOWLEDGE or DUPS_OK_ACKNOWLEDGE.
PARAMETERS:
session the QueueSession the queue belongs to queue the queue to perform the request/reply call on THROWS:
JMSException if the JMS provider fails to create the QueueRequestor due to some internal error InvalidDestinationException if an invalid queue is specified
Read now
Unlock full access