February 2002
Beginner to intermediate
544 pages
10h 23m
English
The QueueReceiver interface inherits the methods of the interface javax.jms.MessageConsumer. The following method is defined in the interface javax.jms.QueueReceiver.
public Queue getQueue()
Gets the Queue associated with this queue receiver.
RETURNS:
this receiver's Queue
THROWS:
JMSException if the JMS provider fails to get the queue for this queue receiver due to some internal error
Read now
Unlock full access