Package io.micronaut.jms.configuration
package io.micronaut.jms.configuration
Configuration classes.
- Since:
- 1.0.0
-
ClassDescriptionAbstractJMSListenerMethodProcessor<T extends Annotation>Abstract
ExecutableMethodProcessor
for annotations related toJMSListener
.Creates aJMSConnectionPool
from each registeredConnectionFactory
in the context.Sends messages to a broker.Registers aJMSListener
for methods annotated withQueue
.Registers aJMSListener
for methods annotated withTopic
.