Spring AMQP

org.springframework.erlang.connection
Interface ConnectionFactory

All Known Implementing Classes:
SimpleConnectionFactory, SingleConnectionFactory

public interface ConnectionFactory

An interface based ConnectionFactory for creating OtpConnections.

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

Author:
Mark Pollack

Method Summary
 Connection createConnection()
           
 

Method Detail

createConnection

Connection createConnection()
                            throws java.net.UnknownHostException,
                                   com.ericsson.otp.erlang.OtpAuthException,
                                   java.io.IOException
Throws:
java.net.UnknownHostException
com.ericsson.otp.erlang.OtpAuthException
java.io.IOException

Spring AMQP