February 2002
Beginner to intermediate
544 pages
10h 23m
English
The QueueConnection interface inherits the methods of the interface javax.jms.Connection. The following method is defined in the interface javax.jms.QueueConnection.
public QueueSession createQueueSession(boolean transacted, int acknowledgeMode)
Creates a QueueSession object.
PARAMETERS:
transacted indicates whether the session is transacted acknowledgeMode indicates whether the consumer or the client will acknowledge any messages it receives; ignored if the session is transacted. Legal values are: Session.AUTO_ACKNOWLEDGE Session.CLIENT_ACKNOWLEDGE Session.DUPS_OK_ACKNOWLEDGERETURNS:
a newly created queue session
THROWS:
JMSException if the QueueConnection object fails to create a session due to some internal ...
Read now
Unlock full access