Uses of Class
org.apache.activemq.artemis.protocol.amqp.connect.AMQPBrokerConnection
-
-
Uses of AMQPBrokerConnection in org.apache.activemq.artemis.protocol.amqp.connect
Methods in org.apache.activemq.artemis.protocol.amqp.connect that return AMQPBrokerConnection Modifier and Type Method Description AMQPBrokerConnectionAMQPBrokerConnection. addLinkClosedInterceptor(String id, Predicate<org.apache.qpid.proton.engine.Link> interceptor)Adds a remote link closed event interceptor that can intercept the closed event and if it returns true indicate that the close has been handled and that normal broker connection remote link closed handling should be ignored.AMQPBrokerConnectionAMQPBrokerConnection. removeLinkClosedInterceptor(String id)Remove a previously registered link close interceptor from the broker connection.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.federation
Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return AMQPBrokerConnection Modifier and Type Method Description AMQPBrokerConnectionAMQPFederationSource. getBrokerConnection()Constructors in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type AMQPBrokerConnection Constructor Description AMQPFederationSource(String name, Map<String,Object> properties, AMQPBrokerConnection connection)Creates a new AMQP Federation instance that will manage the state of a single AMQP broker federation instance using an AMQP broker connection as the IO channel. -
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, AMQPMirrorBrokerConnectionElement replicaConfig, AMQPBrokerConnection brokerConnection)
-