Uses of Package
org.springframework.amqp.rabbit.annotation
Package
Description
Annotations and supporting classes for declarative Rabbit listener
endpoint
Classes for testing Spring AMQP applications.
-
ClassDescriptionAnnotation that marks a method to be the target of a Rabbit message listener on the specified
RabbitListener.queues()
(orRabbitListener.bindings()
).Bean post-processor that registers methods annotated withRabbitListener
to be invoked by a AMQP message listener container created under the cover by aRabbitListenerContainerFactory
according to the parameters of the annotation. -
ClassDescriptionEnable Rabbit listener annotated endpoints that are created under the cover by a
RabbitListenerContainerFactory
.Annotation that marks a method to be the target of a Rabbit message listener on the specifiedRabbitListener.queues()
(orRabbitListener.bindings()
).Bean post-processor that registers methods annotated withRabbitListener
to be invoked by a AMQP message listener container created under the cover by aRabbitListenerContainerFactory
according to the parameters of the annotation.ADeferredImportSelector
implementation with the lowest order to import aMultiRabbitBootstrapConfiguration
andRabbitBootstrapConfiguration
as late as possible.