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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonMessage(jakarta.jms.Message message, jakarta.jms.Session session)
-
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:
onMessagein interfaceorg.springframework.jms.listener.SessionAwareMessageListener- Throws:
jakarta.jms.JMSException
-