Class QueueConnectionImpl

    • Constructor Detail

      • QueueConnectionImpl

        protected QueueConnectionImpl​(java.lang.String userName,
                                      java.lang.String password,
                                      Connection conn)
                               throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
    • Method Detail

      • 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
      • createDurableConnectionConsumer

        public javax.jms.ConnectionConsumer createDurableConnectionConsumer​(javax.jms.Topic topic,
                                                                            java.lang.String subscriptionName,
                                                                            java.lang.String messageSelector,
                                                                            javax.jms.ServerSessionPool sessionPool,
                                                                            int maxMessages)
                                                                     throws javax.jms.JMSException
        Specified by:
        createDurableConnectionConsumer in interface javax.jms.Connection
        Overrides:
        createDurableConnectionConsumer in class ConnectionImpl
        Throws:
        javax.jms.JMSException