Spring AMQP

Package org.springframework.amqp.rabbit.connection

Interface Summary
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.
 

Class Summary
CachingConnectionFactory NOTE: this ConnectionFactory implementation is considered experimental at this stage.
ConnectionFactoryUtils Helper class for managing a Spring based Rabbit ConnectionFactory, in particular for obtaining transactional Rabbit resources for a given ConnectionFactory.
RabbitResourceHolder Rabbit resource holder, wrapping a RabbitMQ Connection and Channel.
SimpleConnection  
SingleConnectionFactory A ConnectionFactory implementation that returns the same Connections from all SingleConnectionFactory.createConnection() calls, and ignores calls to Connection.close().
 


Spring AMQP

Copyright © 2010. All Rights Reserved.