Spring AMQP

Package org.springframework.amqp.rabbit.connection

Interface Summary
ChannelListener  
ChannelProxy Subinterface of Channel to be implemented by Channel proxies.
Connection  
ConnectionFactory An interface based ConnectionFactory for creating Connections.
ConnectionFactoryUtils.ResourceFactory Callback interface for resource creation.
ConnectionListener  
ConnectionProxy Subinterface of Connection to be implemented by Connection proxies.
 

Class Summary
AbstractConnectionFactory  
CachingConnectionFactory A ConnectionFactory implementation that returns the same Connections from all CachingConnectionFactory.createConnection() calls, and ignores calls to Connection.close() and caches Channel.
CompositeChannelListener  
CompositeConnectionListener  
ConnectionFactoryUtils Helper class for managing a Spring based Rabbit ConnectionFactory, in particular for obtaining transactional Rabbit resources for a given ConnectionFactory.
RabbitAccessor  
RabbitResourceHolder Rabbit resource holder, wrapping a RabbitMQ Connection and Channel.
RabbitUtils  
SimpleConnection  
SingleConnectionFactory A ConnectionFactory implementation that returns the same Connections from all SingleConnectionFactory.createConnection() calls, and ignores calls to Connection.close().
 


Spring AMQP

Copyright © 2011. All Rights Reserved.