Package org.apache.activemq.artemis.ra
Class ActiveMQRAMessageListener
java.lang.Object
org.apache.activemq.artemis.ra.ActiveMQRAMessageListener
- All Implemented Interfaces:
MessageListener
A wrapper for a
MessageListener.-
Constructor Summary
ConstructorsConstructorDescriptionActiveMQRAMessageListener(MessageListener listener, ActiveMQRAMessageConsumer consumer) -
Method Summary
-
Constructor Details
-
ActiveMQRAMessageListener
-
-
Method Details
-
onMessage
Passes a message to the listener.- Specified by:
onMessagein interfaceMessageListener- Parameters:
message- the message passed to the listener
-