Class ActiveMQRAMessageListener

java.lang.Object
org.apache.activemq.artemis.ra.ActiveMQRAMessageListener
All Implemented Interfaces:
MessageListener

public class ActiveMQRAMessageListener extends Object implements MessageListener
A wrapper for a MessageListener.
  • Constructor Details

  • Method Details

    • onMessage

      public void onMessage(Message message)
      Passes a message to the listener.
      Specified by:
      onMessage in interface MessageListener
      Parameters:
      message - the message passed to the listener