Class JMSMessageListenerWrapper

  • All Implemented Interfaces:
    org.apache.activemq.artemis.api.core.client.MessageHandler

    public class JMSMessageListenerWrapper
    extends java.lang.Object
    implements org.apache.activemq.artemis.api.core.client.MessageHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onMessage​(org.apache.activemq.artemis.api.core.client.ClientMessage message)
      In this method we apply the JMS acknowledgement and redelivery semantics as per JMS spec
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onMessage

        public void onMessage​(org.apache.activemq.artemis.api.core.client.ClientMessage message)
        In this method we apply the JMS acknowledgement and redelivery semantics as per JMS spec
        Specified by:
        onMessage in interface org.apache.activemq.artemis.api.core.client.MessageHandler