Uses of Class
org.ow2.joram.jakarta.jms.QueueSession
-
Packages that use QueueSession Package Description org.ow2.joram.jakarta.jms Theorg.ow2.joram.jakarta.jmspackage holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification. -
-
Uses of QueueSession in org.ow2.joram.jakarta.jms
Constructors in org.ow2.joram.jakarta.jms with parameters of type QueueSession Constructor Description QueueReceiver(QueueSession sess, Destination queue, String selector)Constructs a receiver.QueueSender(QueueSession sess, Destination queue)Constructs a sender.XAQueueSession(XAQueueConnection cnx, QueueSession qs, XAResourceMngr rm)Constructs anXAQueueSessioninstance.
-