Class RemoteQueueConnection

  • All Implemented Interfaces:
    javax.jms.Connection, javax.jms.QueueConnection, PacketTransportListener

    public final class RemoteQueueConnection
    extends RemoteConnection
    implements javax.jms.QueueConnection
    RemoteQueueConnection
    • Constructor Detail

      • RemoteQueueConnection

        public RemoteQueueConnection​(URI transportURI,
                                     String userName,
                                     String password,
                                     String clientID)
                              throws javax.jms.JMSException
        Constructor
        Throws:
        javax.jms.JMSException
    • Method Detail

      • createConnectionConsumer

        public javax.jms.ConnectionConsumer createConnectionConsumer​(javax.jms.Queue queue,
                                                                     String messageSelector,
                                                                     javax.jms.ServerSessionPool sessionPool,
                                                                     int maxMessages)
                                                              throws javax.jms.JMSException
        Specified by:
        createConnectionConsumer in interface javax.jms.QueueConnection
        Throws:
        javax.jms.JMSException
      • createQueueSession

        public javax.jms.QueueSession createQueueSession​(boolean transacted,
                                                         int acknowledgeMode)
                                                  throws javax.jms.JMSException
        Specified by:
        createQueueSession in interface javax.jms.QueueConnection
        Throws:
        javax.jms.JMSException