Class AMQPClientConnectionFactory
java.lang.Object
org.apache.activemq.artemis.protocol.amqp.client.AMQPClientConnectionFactory
Connection factory for outgoing AMQP connections.
-
Constructor Summary
ConstructorsConstructorDescriptionAMQPClientConnectionFactory(org.apache.activemq.artemis.core.server.ActiveMQServer server, String containerId, Map<org.apache.qpid.proton.amqp.Symbol, Object> connectionProperties, int ttl) AMQPClientConnectionFactory(org.apache.activemq.artemis.core.server.ActiveMQServer server, String containerId, Map<org.apache.qpid.proton.amqp.Symbol, Object> connectionProperties, int ttl, org.apache.qpid.proton.amqp.Symbol[] offeredCapabilities, org.apache.qpid.proton.amqp.Symbol[] desiredCapabilities) -
Method Summary
Modifier and TypeMethodDescriptioncreateConnection(ProtonProtocolManager protocolManager, Connection connection, Optional<EventHandler> eventHandler, ClientSASLFactory clientSASLFactory)
-
Constructor Details
-
AMQPClientConnectionFactory
-
AMQPClientConnectionFactory
public AMQPClientConnectionFactory(org.apache.activemq.artemis.core.server.ActiveMQServer server, String containerId, Map<org.apache.qpid.proton.amqp.Symbol, Object> connectionProperties, int ttl, org.apache.qpid.proton.amqp.Symbol[] offeredCapabilities, org.apache.qpid.proton.amqp.Symbol[] desiredCapabilities)
-
-
Method Details
-
createConnection
public ActiveMQProtonRemotingConnection createConnection(ProtonProtocolManager protocolManager, Connection connection, Optional<EventHandler> eventHandler, ClientSASLFactory clientSASLFactory)
-