Uses of Class
org.apache.activemq.artemis.protocol.amqp.connect.federation.AMQPFederationLocalPolicyManager
Packages that use AMQPFederationLocalPolicyManager
-
Uses of AMQPFederationLocalPolicyManager in org.apache.activemq.artemis.protocol.amqp.connect.federation
Subclasses of AMQPFederationLocalPolicyManager in org.apache.activemq.artemis.protocol.amqp.connect.federationModifier and TypeClassDescriptionfinal classThe AMQP Federation implementation of an federation address policy manager.final classThe AMQP Federation implementation of an federation queue policy manager.Fields in org.apache.activemq.artemis.protocol.amqp.connect.federation declared as AMQPFederationLocalPolicyManagerModifier and TypeFieldDescriptionprotected final AMQPFederationLocalPolicyManagerAMQPFederationConsumer.managerprotected final AMQPFederationLocalPolicyManagerAMQPFederationConsumerManager.managerMethods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return AMQPFederationLocalPolicyManagerModifier and TypeMethodDescriptionAMQPFederationConsumer.getPolicyManager()Returns the federation policy manager that created this consumer instance.Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type AMQPFederationLocalPolicyManagerModifier and TypeMethodDescriptionstatic voidAMQPFederationManagementSupport.registerLocalPolicyOnSource(String brokerConnectionName, AMQPFederationLocalPolicyManager manager) Register a local federation policy manager with the server management services for a federation source.static voidAMQPFederationManagementSupport.registerLocalPolicyOnTarget(String remoteNodeId, String brokerConnectionName, AMQPFederationLocalPolicyManager manager) Register a local federation policy manager with the server management services for a federation target.static voidAMQPFederationManagementSupport.unregisterLocalPolicyOnSource(String brokerConnectionName, AMQPFederationLocalPolicyManager manager) Unregister a local federation policy manager with the server management services for a federation source.static voidAMQPFederationManagementSupport.unregisterLocalPolicyOnTarget(String remoteNodeId, String brokerConnectionName, AMQPFederationLocalPolicyManager manager) Unregister a local federation policy manager with the server management services for a federation target.Constructors in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type AMQPFederationLocalPolicyManagerModifierConstructorDescriptionAMQPFederationConsumer(AMQPFederationLocalPolicyManager manager, AMQPFederationConsumerConfiguration configuration, AMQPSessionContext session, FederationConsumerInfo consumerInfo, FederationReceiveFromResourcePolicy policy, AMQPFederationMetrics.ConsumerMetrics metrics)