Spring.Messaging.Amqp.Rabbit
Spring.Messaging.Amqp.Rabbit.Connection Namespace
See Also  Inheritance Hierarchy Send Feedback
Provides a interface for a RabbitMQ ConnectionFactory, and a SingleConnectionFactory implementaion.

Classes

 ClassDescription
ClassCachedModel  
ClassCachingConnectionFactory A IConnectionFactory implementation that returns the same Connection from all IConnectionFactory.CreateConnection calls, and ignores call to Close
ClassCloseSuppressingConnection  
ClassConnectionFactoryUtils  
ClassRabbitResourceHolder  
ClassSingleConnectionFactory A IConnectionFactory implementation that returns the same Connection from all IConnectionFactory.CreateConnection calls, and ignores call to Close

Interfaces

 InterfaceDescription
InterfaceIConnectionFactory An interface based ConnectionFactory for creating IConnections.
InterfaceIDecoratorConnection Subinterface of Connection to be implemented by implementations that wrap an Connection to provide added functionality. Allows access to the the underlying target Connection.
InterfaceIDecoratorModel Subinterface of Model to be implemented by implementations that wrap a Model to provide added functionality. Allows access to the the underlying target Model.
InterfaceIResourceFactory  

See Also

© 2010 All Rights Reserved.