Spring AMQP

Package org.springframework.amqp.rabbit.listener

Class Summary
AbstractMessageListenerContainer  
AbstractRabbitListeningContainer  
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.
BlockingQueueConsumer.Delivery Encapsulates an arbitrary message - simple "bean" holder structure.
SimpleMessageListenerContainer  
 

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


Spring AMQP

Copyright © 2010. All Rights Reserved.