Class QueueConnectionImpl

    • Constructor Detail

      • QueueConnectionImpl

        protected QueueConnectionImpl​(java.lang.String userName,
                                      java.lang.String password,
                                      Reconnector reconnector)
                               throws jakarta.jms.JMSException
        Throws:
        jakarta.jms.JMSException
    • Method Detail

      • createQueueSession

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

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