Class ActiveMQRAQueueReceiver

java.lang.Object
org.apache.activemq.artemis.ra.ActiveMQRAMessageConsumer
org.apache.activemq.artemis.ra.ActiveMQRAQueueReceiver
All Implemented Interfaces:
MessageConsumer, QueueReceiver, AutoCloseable

public class ActiveMQRAQueueReceiver extends ActiveMQRAMessageConsumer implements QueueReceiver
A wrapper for a QueueReceiver.
  • Constructor Details

  • Method Details

    • getQueue

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