Spring AMQP

Package org.springframework.amqp.rabbit.listener

Interface Summary
SimpleMessageListenerContainer.ContainerDelegate  
 

Class Summary
AbstractMessageListenerContainer  
BlockingQueueConsumer Variation on QueueingConsumer in RabbitMQ, uses 'put' instead of 'add' and stored a reference to the consumerTag that was returned when this Consumer was registered with the channel so as to make it easy to close the consumer when shutting down.
SimpleMessageListenerContainer  
 

Exception Summary
AbstractMessageListenerContainer.SharedConnectionNotInitializedException Exception that indicates that the initial setup of this container's shared Rabbit Connection failed.
 


Spring AMQP

Copyright © 2011. All Rights Reserved.