Uses of Class
org.apache.activemq.artemis.protocol.amqp.federation.FederationReceiveFromAddressPolicy
-
Packages that use FederationReceiveFromAddressPolicy Package Description org.apache.activemq.artemis.protocol.amqp.connect.federation org.apache.activemq.artemis.protocol.amqp.federation.internal -
-
Uses of FederationReceiveFromAddressPolicy in org.apache.activemq.artemis.protocol.amqp.connect.federation
Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return FederationReceiveFromAddressPolicy Modifier and Type Method Description static FederationReceiveFromAddressPolicyAMQPFederationPolicySupport. create(AMQPFederationAddressPolicyElement element, WildcardConfiguration wildcards)From the broker AMQP broker connection configuration element and the configured wild-card settings create an address match policy.static FederationReceiveFromAddressPolicyAMQPFederationPolicySupport. decodeReceiveFromAddressPolicy(AMQPMessage message, WildcardConfiguration wildcardConfig)Given an AMQP Message decode anFederationReceiveFromAddressPolicyfrom it and return the decoded value.FederationReceiveFromAddressPolicyAMQPFederationAddressConsumer. getPolicy()Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type FederationReceiveFromAddressPolicy Modifier and Type Method Description AMQPFederationAMQPFederation. 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.AMQPFederationSourceAMQPFederationSource. 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.static AMQPMessageAMQPFederationPolicySupport. encodeAddressPolicyControlMessage(FederationReceiveFromAddressPolicy policy)Create an AMQP Message used to instruct the remote peer that it should perform Federation operations on the givenFederationReceiveFromAddressPolicy.protected voidAMQPFederationAddressPolicyManager. handlePolicyManagerStarted(FederationReceiveFromAddressPolicy policy)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 FederationReceiveFromAddressPolicy Constructor Description AMQPFederationAddressConsumer(AMQPFederation federation, AMQPFederationConsumerConfiguration configuration, AMQPSessionContext session, FederationConsumerInfo consumerInfo, FederationReceiveFromAddressPolicy policy)AMQPFederationAddressPolicyManager(AMQPFederation federation, FederationReceiveFromAddressPolicy addressPolicy) -
Uses of FederationReceiveFromAddressPolicy in org.apache.activemq.artemis.protocol.amqp.federation.internal
Fields in org.apache.activemq.artemis.protocol.amqp.federation.internal declared as FederationReceiveFromAddressPolicy Modifier and Type Field Description protected FederationReceiveFromAddressPolicyFederationAddressPolicyManager. policyMethods in org.apache.activemq.artemis.protocol.amqp.federation.internal with parameters of type FederationReceiveFromAddressPolicy Modifier and Type Method Description static FederationGenericConsumerInfoFederationGenericConsumerInfo. build(String address, String queueName, RoutingType routingType, String filterString, Federation federation, FederationReceiveFromAddressPolicy policy)Factory for creating federation address consumer information objects from server resources.protected abstract voidFederationAddressPolicyManager. handlePolicyManagerStarted(FederationReceiveFromAddressPolicy policy)Called on start of the manager before any other actions are taken to allow the subclass time to configure itself and prepare any needed state prior to starting management of federated resources.Constructors in org.apache.activemq.artemis.protocol.amqp.federation.internal with parameters of type FederationReceiveFromAddressPolicy Constructor Description FederationAddressPolicyManager(FederationInternal federation, FederationReceiveFromAddressPolicy addressPolicy)
-