Uses of Class
org.apache.activemq.artemis.protocol.amqp.connect.bridge.AMQPBridgePolicyManager
Packages that use AMQPBridgePolicyManager
-
Uses of AMQPBridgePolicyManager in org.apache.activemq.artemis.protocol.amqp.connect.bridge
Modifier and TypeClassDescriptionfinal classAMQP Bridge policy manager that tracks local addresses that match the policy configurations for local demand and creates receivers to the remote peer.classBase class for AMQP bridge policy managers that bridge from the remote peer back to this peer for some configured resource.final classAMQP Bridge policy manager that tracks local queues that match the policy configurations for local demand and creates consumers to the remote peer configured.classAMQP Bridge policy manager that tracks local addresses that match the policy configurations and creates senders to the remote peer for that address until such time as the address is removed locally.classBase class for AMQP bridge policy managers that bridge to the remote peer from this peer for some configured resource.classAMQP Bridge policy manager that tracks local queues that match the policy configurations and creates senders to the remote peer for that address until such time as the queue is removed locally.Methods in org.apache.activemq.artemis.protocol.amqp.connect.bridge with parameters of type AMQPBridgePolicyManagerModifier and TypeMethodDescriptionstatic voidAMQPBridgeManagementSupport.registerBridgePolicyManager(AMQPBridgePolicyManager manager) Register an AMQP bridge policy manager with the server management services.static voidAMQPBridgeManagementSupport.unregisterBridgePolicyManager(AMQPBridgePolicyManager manager) Unregister an AMQP bridge policy manager with the server management services.Constructors in org.apache.activemq.artemis.protocol.amqp.connect.bridge with parameters of type AMQPBridgePolicyManagerModifierConstructorDescriptionAMQPBridgePolicyManagerControlType(AMQPBridgePolicyManager policyManager)