Uses of Class
org.apache.activemq.artemis.protocol.amqp.federation.FederationReceiveFromQueuePolicy
-
Packages that use FederationReceiveFromQueuePolicy Package Description org.apache.activemq.artemis.protocol.amqp.connect.federation org.apache.activemq.artemis.protocol.amqp.federation.internal -
-
Uses of FederationReceiveFromQueuePolicy in org.apache.activemq.artemis.protocol.amqp.connect.federation
Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return FederationReceiveFromQueuePolicy Modifier and Type Method Description static FederationReceiveFromQueuePolicyAMQPFederationPolicySupport. create(AMQPFederationQueuePolicyElement element, WildcardConfiguration wildcards)From the broker AMQP broker connection configuration element and the configured wild-card settings create an queue match policy.static FederationReceiveFromQueuePolicyAMQPFederationPolicySupport. decodeReceiveFromQueuePolicy(AMQPMessage message, WildcardConfiguration wildcardConfig)Given an AMQP Message decode anFederationReceiveFromQueuePolicyfrom it and return the decoded value.FederationReceiveFromQueuePolicyAMQPFederationQueueConsumer. getPolicy()Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type FederationReceiveFromQueuePolicy Modifier and Type Method Description AMQPFederationAMQPFederation. addQueueMatchPolicy(FederationReceiveFromQueuePolicy queuePolicy)Adds a newFederationReceiveFromQueuePolicyentry to the set of policies that this federation will use to create demand on the remote when local demand is present.AMQPFederationSourceAMQPFederationSource. 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.static AMQPMessageAMQPFederationPolicySupport. encodeQueuePolicyControlMessage(FederationReceiveFromQueuePolicy policy)Create an AMQP Message used to instruct the remote peer that it should perform Federation operations on the givenFederationReceiveFromQueuePolicy.protected voidAMQPFederationQueuePolicyManager. handlePolicyManagerStarted(FederationReceiveFromQueuePolicy policy)voidAMQPFederationCommandDispatcher. sendPolicy(FederationReceiveFromQueuePolicy policy)Sends the givenFederationReceiveFromQueuePolicyinstance using the control link which should instruct the remote to begin federation operations back to this peer for matching remote queues with demand.Constructors in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type FederationReceiveFromQueuePolicy Constructor Description AMQPFederationQueueConsumer(AMQPFederation federation, AMQPFederationConsumerConfiguration configuration, AMQPSessionContext session, FederationConsumerInfo consumerInfo, FederationReceiveFromQueuePolicy policy)AMQPFederationQueuePolicyManager(AMQPFederation federation, FederationReceiveFromQueuePolicy queuePolicy) -
Uses of FederationReceiveFromQueuePolicy in org.apache.activemq.artemis.protocol.amqp.federation.internal
Fields in org.apache.activemq.artemis.protocol.amqp.federation.internal declared as FederationReceiveFromQueuePolicy Modifier and Type Field Description protected FederationReceiveFromQueuePolicyFederationQueuePolicyManager. policyMethods in org.apache.activemq.artemis.protocol.amqp.federation.internal with parameters of type FederationReceiveFromQueuePolicy Modifier and Type Method Description protected Predicate<org.apache.activemq.artemis.core.server.ServerConsumer>FederationQueuePolicyManager. createFederationConsumerMatcher(org.apache.activemq.artemis.core.server.ActiveMQServer server, FederationReceiveFromQueuePolicy policy)Creates aPredicatethat should return true if the given consumer is a federation created consumer which should not be further federated.protected abstract voidFederationQueuePolicyManager. handlePolicyManagerStarted(FederationReceiveFromQueuePolicy 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 FederationReceiveFromQueuePolicy Constructor Description FederationQueuePolicyManager(FederationInternal federation, FederationReceiveFromQueuePolicy queuePolicy)
-