Uses of Interface
org.apache.activemq.artemis.protocol.amqp.federation.FederationConsumer
-
Packages that use FederationConsumer Package Description org.apache.activemq.artemis.protocol.amqp.connect.federation org.apache.activemq.artemis.protocol.amqp.federation.internal -
-
Uses of FederationConsumer in org.apache.activemq.artemis.protocol.amqp.connect.federation
Classes in org.apache.activemq.artemis.protocol.amqp.connect.federation that implement FederationConsumer Modifier and Type Class Description classAMQPFederationAddressConsumerConsumer implementation for Federated Addresses that receives from a remote AMQP peer and forwards those messages onto the internal broker Address for consumption by an attached consumers.classAMQPFederationQueueConsumerConsumer 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 FederationConsumer Modifier and Type Method Description default 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 voidAMQPFederationAddressPolicyManager. signalAfterCloseFederationConsumer(FederationConsumer consumer)protected voidAMQPFederationQueuePolicyManager. signalAfterCloseFederationConsumer(FederationConsumer consumer)protected voidAMQPFederationAddressPolicyManager. signalAfterCreateFederationConsumer(FederationConsumer consumer)protected voidAMQPFederationQueuePolicyManager. signalAfterCreateFederationConsumer(FederationConsumer consumer)protected voidAMQPFederationAddressPolicyManager. signalBeforeCloseFederationConsumer(FederationConsumer consumer)protected voidAMQPFederationQueuePolicyManager. signalBeforeCloseFederationConsumer(FederationConsumer consumer) -
Uses of FederationConsumer in org.apache.activemq.artemis.protocol.amqp.federation.internal
Subinterfaces of FederationConsumer in org.apache.activemq.artemis.protocol.amqp.federation.internal Modifier and Type Interface Description interfaceFederationConsumerInternalInternal federated consumer API that is subject to change without notice.Methods in org.apache.activemq.artemis.protocol.amqp.federation.internal with parameters of type FederationConsumer Modifier and Type Method Description protected abstract voidFederationAddressPolicyManager. signalAfterCloseFederationConsumer(FederationConsumer consumer)Signal any registered plugins for this federation instance that a remote Address consumer has now been closed.protected abstract voidFederationQueuePolicyManager. signalAfterCloseFederationConsumer(FederationConsumer consumer)Signal any registered plugins for this federation instance that a remote Queue consumer has now been closed.protected abstract voidFederationAddressPolicyManager. signalAfterCreateFederationConsumer(FederationConsumer consumer)Signal any registered plugins for this federation instance that a remote Address consumer has been created.protected abstract voidFederationQueuePolicyManager. signalAfterCreateFederationConsumer(FederationConsumer consumer)Signal any registered plugins for this federation instance that a remote Queue consumer has been created.protected abstract voidFederationAddressPolicyManager. signalBeforeCloseFederationConsumer(FederationConsumer consumer)Signal any registered plugins for this federation instance that a remote Address consumer is about to be closed.protected abstract voidFederationQueuePolicyManager. signalBeforeCloseFederationConsumer(FederationConsumer consumer)Signal any registered plugins for this federation instance that a remote Queue consumer is about to be closed.
-