Uses of Class
org.apache.activemq.artemis.protocol.amqp.federation.FederationReceiveFromAddressPolicy
Packages that use FederationReceiveFromAddressPolicy
-
Uses of FederationReceiveFromAddressPolicy in org.apache.activemq.artemis.protocol.amqp.connect.federation
Fields in org.apache.activemq.artemis.protocol.amqp.connect.federation declared as FederationReceiveFromAddressPolicyModifier and TypeFieldDescriptionprotected final FederationReceiveFromAddressPolicyAMQPFederationAddressPolicyManager.policyMethods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return FederationReceiveFromAddressPolicyModifier and TypeMethodDescriptionAMQPFederationPolicySupport.create(AMQPFederationAddressPolicyElement element, WildcardConfiguration wildcards) From the broker AMQP broker connection configuration element and the configured wild-card settings create an address match policy.AMQPFederationPolicySupport.decodeReceiveFromAddressPolicy(AMQPMessage message, WildcardConfiguration wildcardConfig) Given an AMQP Message decode anFederationReceiveFromAddressPolicyfrom it and return the decoded value.AMQPFederationAddressPolicyManager.getPolicy()Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type FederationReceiveFromAddressPolicyModifier and TypeMethodDescriptionAMQPFederation.addAddressMatchPolicy(FederationReceiveFromAddressPolicy addressPolicy) Adds a newFederationReceiveFromAddressPolicyentry to the set of policies that this federation will use to create demand on the remote when local demand is present.AMQPFederationSource.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.AMQPFederationGenericConsumerInfo.build(String address, String queueName, RoutingType routingType, String filterString, Federation federation, FederationReceiveFromAddressPolicy policy) Factory for creating federation address consumer information objects from server resources.static AMQPMessageAMQPFederationPolicySupport.encodeAddressPolicyControlMessage(FederationReceiveFromAddressPolicy policy) Create an AMQP Message used to instruct the remote peer that it should perform Federation operations on the givenFederationReceiveFromAddressPolicy.voidAMQPFederationCommandDispatcher.sendPolicy(FederationReceiveFromAddressPolicy policy) Sends the givenFederationReceiveFromAddressPolicyinstance using the control link which should instruct the remote to begin federation operations back to this peer for matching remote address.Constructors in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type FederationReceiveFromAddressPolicyModifierConstructorDescriptionAMQPFederationAddressPolicyManager(AMQPFederation federation, AMQPFederationMetrics metrics, FederationReceiveFromAddressPolicy addressPolicy)