Uses of Class
org.apache.activemq.artemis.protocol.amqp.connect.AMQPBrokerConnection
Packages that use AMQPBrokerConnection
Package
Description
-
Uses of AMQPBrokerConnection in org.apache.activemq.artemis.protocol.amqp.connect
Methods in org.apache.activemq.artemis.protocol.amqp.connect that return AMQPBrokerConnectionModifier and TypeMethodDescriptionAMQPBrokerConnection.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 returnstrueindicate that the close has been handled and that normal broker connection remote link closed handling should be ignored.AMQPBrokerConnection.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 AMQPBrokerConnectionModifier and TypeMethodDescriptionvoidAMQPBrokerConnectionManager.connected(org.apache.activemq.artemis.core.remoting.impl.netty.NettyConnection nettyConnection, AMQPBrokerConnection bridgeConnection) -
Uses of AMQPBrokerConnection in org.apache.activemq.artemis.protocol.amqp.connect.bridge
Methods in org.apache.activemq.artemis.protocol.amqp.connect.bridge that return AMQPBrokerConnectionModifier and TypeMethodDescriptionAMQPBridgeManager.getBrokerConnection()Returns theAMQPBrokerConnectionthat this bridge is attached to.Methods in org.apache.activemq.artemis.protocol.amqp.connect.bridge with parameters of type AMQPBrokerConnectionModifier and TypeMethodDescriptionstatic AMQPBridgeManagerAMQPBridgeSupport.createManager(AMQPBrokerConnection connection, AMQPBridgeBrokerConnectionElement bridgeElement) Create a new AMQPBridgeManager from the bridge configuration element.Constructors in org.apache.activemq.artemis.protocol.amqp.connect.bridge with parameters of type AMQPBrokerConnection -
Uses of AMQPBrokerConnection in org.apache.activemq.artemis.protocol.amqp.connect.federation
Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return AMQPBrokerConnectionModifier and TypeMethodDescriptionAMQPFederationSource.getBrokerConnection()Returns theAMQPBrokerConnectionthat this federation is attached to.Constructors in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type AMQPBrokerConnectionModifierConstructorDescriptionAMQPFederationSource(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 AMQPBrokerConnectionConstructors in org.apache.activemq.artemis.protocol.amqp.connect.mirror with parameters of type AMQPBrokerConnectionModifierConstructorDescriptionAMQPMirrorControllerSource(ReferenceIDSupplier referenceIdSupplier, org.apache.activemq.artemis.core.server.Queue snfQueue, org.apache.activemq.artemis.core.server.ActiveMQServer server, AMQPMirrorBrokerConnectionElement replicaConfig, AMQPBrokerConnection brokerConnection)