Spring AMQP

org.springframework.amqp.rabbit.connection
Interface ConnectionFactory

All Known Implementing Classes:
CachingConnectionFactory, SingleConnectionFactory

public interface ConnectionFactory

An interface based ConnectionFactory for creating Connections.

NOTE: The Rabbit API contains a ConnectionFactory class (same name).

Author:
Mark Fisher

Method Summary
 Connection createConnection()
           
 String getHost()
           
 String getVirtualHost()
           
 

Method Detail

createConnection

Connection createConnection()
                            throws IOException
Throws:
IOException

getHost

String getHost()

getVirtualHost

String getVirtualHost()

Spring AMQP

Copyright © 2010. All Rights Reserved.