Class DefaultActiveMqConnectionFactory
java.lang.Object
org.kryonite.kryomessaging.service.DefaultActiveMqConnectionFactory
- All Implemented Interfaces:
ActiveMqConnectionFactory
-
Constructor Summary
ConstructorDescriptionDefaultActiveMqConnectionFactory
(List<com.rabbitmq.client.Address> addresses, String username, String password) -
Method Summary
Modifier and TypeMethodDescriptioncom.rabbitmq.client.Connection
com.rabbitmq.client.ConnectionFactory
-
Constructor Details
-
DefaultActiveMqConnectionFactory
-
-
Method Details
-
createConnection
- Specified by:
createConnection
in interfaceActiveMqConnectionFactory
- Throws:
IOException
TimeoutException
-
getConnectionFactory
public com.rabbitmq.client.ConnectionFactory getConnectionFactory()- Specified by:
getConnectionFactory
in interfaceActiveMqConnectionFactory
-