Uses of Class
org.apache.activemq.artemis.protocol.amqp.connect.federation.AMQPFederationSource
Packages that use AMQPFederationSource
-
Uses of AMQPFederationSource in org.apache.activemq.artemis.protocol.amqp.connect.federation
Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return AMQPFederationSourceModifier and TypeMethodDescriptionAMQPFederationSource.addRemoteAddressMatchPolicy(FederationReceiveFromAddressPolicy addressPolicy) Adds a newFederationReceiveFromAddressPolicyentry to the set of policies that the remote end of this federation will use to create demand on the this server when local demand is present.AMQPFederationSource.addRemoteQueueMatchPolicy(FederationReceiveFromQueuePolicy queuePolicy) Adds a newFederationReceiveFromQueuePolicyentry to the set of policies that the remote end of this federation will use to create demand on the this server when local demand is present.Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type AMQPFederationSourceModifier and TypeMethodDescriptionstatic voidAMQPFederationManagementSupport.registerFederationSource(AMQPFederationSource federation) Register the givenAMQPFederationSourceinstance with the broker management services.static voidAMQPFederationManagementSupport.unregisterFederationSource(AMQPFederationSource federation) Unregister the givenAMQPFederationSourceinstance with the broker management services.Constructors in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type AMQPFederationSourceModifierConstructorDescriptionAMQPFederationSourceControlType(org.apache.activemq.artemis.core.server.ActiveMQServer server, AMQPFederationSource federation)