Uses of Class
org.apache.activemq.artemis.protocol.amqp.connect.AMQPBrokerConnection
-
Packages that use AMQPBrokerConnection Package Description org.apache.activemq.artemis.protocol.amqp.connect org.apache.activemq.artemis.protocol.amqp.connect.mirror -
-
Uses of AMQPBrokerConnection in org.apache.activemq.artemis.protocol.amqp.connect
Methods in org.apache.activemq.artemis.protocol.amqp.connect with parameters of type AMQPBrokerConnection Modifier and Type Method Description voidAMQPBrokerConnectionManager. connected(org.apache.activemq.artemis.core.remoting.impl.netty.NettyConnection nettyConnection, AMQPBrokerConnection bridgeConnection) -
Uses of AMQPBrokerConnection in org.apache.activemq.artemis.protocol.amqp.connect.mirror
Methods in org.apache.activemq.artemis.protocol.amqp.connect.mirror that return AMQPBrokerConnection Modifier and Type Method Description AMQPBrokerConnectionAMQPMirrorControllerSource. getBrokerConnection()Constructors in org.apache.activemq.artemis.protocol.amqp.connect.mirror with parameters of type AMQPBrokerConnection Constructor Description AMQPMirrorControllerSource(ProtonProtocolManager protonProtocolManager, org.apache.activemq.artemis.core.server.Queue snfQueue, org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPMirrorBrokerConnectionElement replicaConfig, AMQPBrokerConnection brokerConnection)
-