Class WmClusterQueueReceiverImpl

    • Constructor Detail

      • WmClusterQueueReceiverImpl

        public WmClusterQueueReceiverImpl​(WmSessionImpl session,
                                          WmQueueImpl queue,
                                          java.lang.String selector)
                                   throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
    • Method Detail

      • getQueue

        public javax.jms.Queue getQueue()
                                 throws javax.jms.JMSException
        Gets the Queue associated with this queue receiver.
        Specified by:
        getQueue in interface javax.jms.QueueReceiver
        Returns:
        this receiver's Queue
        Throws:
        javax.jms.JMSException - if the JMS provider fails to get the queue for this queue receiver due to some internal error.