Package org.axonframework.eventhandling.amqp.spring

Interface Summary
RabbitMqStrategy Interface describing a strategy for creating a SimpleMessageListenerContainer class and setting the exclusive mode on the underlying subscriptions.
 

Class Summary
ClusterMessageListener MessageListener implementation that deserializes incoming messages and forwards them to one or more clusters.
DefaultRabbitMqStrategy Strategy for creating a SimpleMessageListenerContainer instance using the Spring AMQP 1.3 API.
ExtendedMessageListenerContainer Specialization of the SimpleMessageListenerContainer that allows consumer to be registered as exclusive on a channel.
LegacyRabbitMqStrategy Strategy for creating a SimpleMessageListenerContainer instance using the Spring AMQP 1.2 API.
ListenerContainerFactory Factory for SimpleMessageListenerContainer beans.
ListenerContainerLifecycleManager Manages the lifecycle of the SimpleMessageListenerContainers that have been created to receive messages for Clusters.
SpringAMQPConsumerConfiguration AMQPConsumerConfiguration implementation that has additional support for all Spring-specific AMQP Configuration properties.
SpringAMQPTerminal EventBusTerminal implementation that uses an AMQP 0.9 compatible Message Broker to dispatch event messages.
 



Copyright © 2010-2016. All Rights Reserved.