| Name | Description | Type | Package | Framework |
| ClusterMessageListener | MessageListener implementation that deserializes incoming messages and forwards them to one or more clusters. | Class | org.axonframework.eventhandling.amqp.spring | Axon |
| DefaultRabbitMqStrategy | Strategy for creating a SimpleMessageListenerContainer instance using the Spring AMQP 1. | Class | org.axonframework.eventhandling.amqp.spring | Axon |
| ExtendedMessageListenerContainer | Specialization of the SimpleMessageListenerContainer that allows consumer to be registered as exclusive on a channel. | Class | org.axonframework.eventhandling.amqp.spring | Axon |
| LegacyRabbitMqStrategy | Strategy for creating a SimpleMessageListenerContainer instance using the Spring AMQP 1. | Class | org.axonframework.eventhandling.amqp.spring | Axon |
| ListenerContainerFactory | Factory for SimpleMessageListenerContainer beans. | Class | org.axonframework.eventhandling.amqp.spring | Axon |
| ListenerContainerLifecycleManager | Manages the lifecycle of the SimpleMessageListenerContainers that have been created to receive messages for Clusters. | Class | org.axonframework.eventhandling.amqp.spring | Axon |
| RabbitMqStrategy | Interface describing a strategy for creating a SimpleMessageListenerContainer class and setting the exclusive mode on the underlying subscriptions. | Interface | org.axonframework.eventhandling.amqp.spring | Axon |
| SpringAMQPConsumerConfiguration | AMQPConsumerConfiguration implementation that has additional support for all Spring-specific AMQP Configuration properties. | Class | org.axonframework.eventhandling.amqp.spring | Axon |
| SpringAMQPTerminal | EventBusTerminal implementation that uses an AMQP 0. | Class | org.axonframework.eventhandling.amqp.spring | Axon |