Package io.micronaut.jms.listener
package io.micronaut.jms.listener
JMS message listener classes.
- Since:
- 1.0.0
-
ClassDescriptionSuccess handler to acknowledge that the listener has received and processed the message successfully.Deprecated.as of 2.1.1Global handler that handles any errors thrown when handling a message on a
JMSListener.Global handler that handles an action after a message has been received and processed by aJMSListener.Sets up and managesMessageListeners created by theJMSListenerandAbstractJMSListenerMethodProcessorprocessing.Deprecated.as of 2.1.1Deprecated.as of 2.1.1Handles any errors thrown when handling a message on aJMSListener.Registry for allJMSListeners managed by Micronaut JMS.Handles an action after a message has been received and processed by aJMSListener.Default logger for allJMSListeners.Handles and convertsMessages.Decorator for converting betweenMessageListenerandMessageHandler.Attempts to rollback a transaction on the givenSession.Commits a JMS transaction upon successful handling of a message.