Class JmsPoolQueueReceiver

    • Constructor Detail

      • JmsPoolQueueReceiver

        public JmsPoolQueueReceiver​(JmsPoolSession session,
                                    javax.jms.QueueReceiver delegate)
        Wraps the QueueReceiver.
        Parameters:
        session - the pooled session that created this object.
        delegate - the created QueueReceiver to wrap.
    • Method Detail

      • getQueue

        public javax.jms.Queue getQueue()
                                 throws javax.jms.JMSException
        Specified by:
        getQueue in interface javax.jms.QueueReceiver
        Throws:
        javax.jms.JMSException
      • getQueueReceiver

        public javax.jms.QueueReceiver getQueueReceiver()
                                                 throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException