Spring AMQP

Uses of Class
org.springframework.amqp.rabbit.connection.AbstractConnectionFactory

Packages that use AbstractConnectionFactory
org.springframework.amqp.rabbit.connection   
 

Uses of AbstractConnectionFactory in org.springframework.amqp.rabbit.connection
 

Subclasses of AbstractConnectionFactory in org.springframework.amqp.rabbit.connection
 class CachingConnectionFactory
          A ConnectionFactory implementation that returns the same Connections from all CachingConnectionFactory.createConnection() calls, and ignores calls to Connection.close() and caches Channel.
 class 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.