Uses of Class
org.apache.activemq.artemis.protocol.amqp.connect.AMQPRemoteBrokerConnection
Packages that use AMQPRemoteBrokerConnection
Package
Description
-
Uses of AMQPRemoteBrokerConnection in org.apache.activemq.artemis.protocol.amqp.connect
Methods in org.apache.activemq.artemis.protocol.amqp.connect that return AMQPRemoteBrokerConnectionModifier and TypeMethodDescriptionAMQPRemoteBrokerConnection.addFederationTarget(AMQPFederationTarget federation) Add a new federation target to this remote broker connection instance which will be started if this federation instance has already been started.static AMQPRemoteBrokerConnectionAMQPRemoteBrokerConnection.getOrCreateRemoteBrokerConnection(org.apache.activemq.artemis.core.server.ActiveMQServer server, AMQPConnectionContext connection, org.apache.qpid.proton.engine.Connection protonConnection) Utility methods for checking the current connection for an existing remote broker connection instance and returning it, or creating a new instance if none yet exists and initializing it. -
Uses of AMQPRemoteBrokerConnection in org.apache.activemq.artemis.protocol.amqp.connect.federation
Constructors in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type AMQPRemoteBrokerConnectionModifierConstructorDescriptionAMQPFederationTarget(AMQPRemoteBrokerConnection brokerConnection, String name, AMQPFederationConfiguration configuration, AMQPFederationCapabilities capabilities, AMQPSessionContext session)