Uses of Interface
org.apache.activemq.artemis.protocol.amqp.federation.FederationConsumer
Packages that use FederationConsumer
-
Uses of FederationConsumer in org.apache.activemq.artemis.protocol.amqp.connect.federation
Classes in org.apache.activemq.artemis.protocol.amqp.connect.federation that implement FederationConsumerModifier and TypeClassDescriptionfinal classConsumer implementation for Federated Addresses that receives from a remote AMQP peer and forwards those messages onto the internal bindings on a given address that matched criteria of the givenFederationConsumerInfo.final classConsumer implementation for Federated Addresses that receives from a remote AMQP peer and then routes the messages to the target address for dispatch to all attached bindings.classBase AMQP federation address consumer implementation that provides the common functionality that all federation address consumers must provide with extension points to customize the actual message routing behavior as needed.classBase class for AMQP Federation consumers that implements some of the common functionality.final classConsumer implementation for Federated Queues that receives from a remote AMQP peer and forwards those messages onto the internal broker Queue for consumption by an attached resource.Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type FederationConsumerModifier and TypeMethodDescriptiondefault voidActiveMQServerAMQPFederationPlugin.afterCloseFederationConsumer(FederationConsumer consumer) After a consumer for a federated resource is closeddefault voidActiveMQServerAMQPFederationPlugin.afterCreateFederationConsumer(FederationConsumer consumer) After a consumer for a federated resource is createddefault voidActiveMQServerAMQPFederationPlugin.afterFederationConsumerMessageHandled(FederationConsumer consumer, Message message) After a federation consumer handles a messagedefault voidActiveMQServerAMQPFederationPlugin.beforeCloseFederationConsumer(FederationConsumer consumer) Before a consumer for a federated resource is closeddefault voidActiveMQServerAMQPFederationPlugin.beforeFederationConsumerMessageHandled(FederationConsumer consumer, Message message) Before a federation consumer handles a messageprotected final voidAMQPFederationLocalPolicyManager.signalPluginAfterCloseFederationConsumer(FederationConsumer consumer) Signal any registered plugins for this federation instance that a remote consumer has now been closed.protected final voidAMQPFederationLocalPolicyManager.signalPluginAfterCreateFederationConsumer(FederationConsumer consumer) Signal any registered plugins for this federation instance that a remote consumer has been created.protected final voidAMQPFederationLocalPolicyManager.signalPluginBeforeCloseFederationConsumer(FederationConsumer consumer) Signal any registered plugins for this federation instance that a remote consumer is about to be closed.