Spring AMQP

Package org.springframework.amqp.rabbit.listener

Interface Summary
SimpleMessageListenerContainer.ContainerDelegate  
 

Class Summary
AbstractMessageListenerContainer  
ActiveObjectCounter<T>  
BlockingQueueConsumer Specialized consumer encapsulating knowledge of the broker connections and having its own lifecycle (start and stop).
SimpleMessageListenerContainer  
 

Exception Summary
AbstractMessageListenerContainer.SharedConnectionNotInitializedException Exception that indicates that the initial setup of this container's shared Rabbit Connection failed.
ConsumerCancelledException Thrown when the broker cancels the consumer and the message queue is drained.
FatalListenerExecutionException Exception to be thrown when the execution of a listener method failed unrecoverably.
FatalListenerStartupException Exception to be thrown when the execution of a listener method failed on startup.
ListenerExecutionFailedException Exception to be thrown when the execution of a listener method failed.
MessageRejectedWhileStoppingException Exception class that indicates a rejected message on shutdown.
 


Spring AMQP