Class ActiveMQNotificationEventListener

java.lang.Object
org.apache.fineract.notification.eventandlistener.ActiveMQNotificationEventListener
All Implemented Interfaces:
org.springframework.jms.listener.SessionAwareMessageListener

@Component @Profile("activeMqEnabled") @Conditional(org.apache.fineract.infrastructure.core.condition.EnableFineractEventListenerCondition.class) public class ActiveMQNotificationEventListener extends Object implements org.springframework.jms.listener.SessionAwareMessageListener
  • Constructor Details

    • ActiveMQNotificationEventListener

      public ActiveMQNotificationEventListener()
  • Method Details

    • onMessage

      public void onMessage(jakarta.jms.Message message, jakarta.jms.Session session) throws jakarta.jms.JMSException
      Specified by:
      onMessage in interface org.springframework.jms.listener.SessionAwareMessageListener
      Throws:
      jakarta.jms.JMSException