Uses of Interface
org.apache.activemq.artemis.protocol.amqp.federation.Federation
Packages that use Federation
Package
Description
-
Uses of Federation in org.apache.activemq.artemis.protocol.amqp.connect.federation
Classes in org.apache.activemq.artemis.protocol.amqp.connect.federation that implement FederationModifier and TypeClassDescriptionclassA single AMQP Federation instance that can be tied to an AMQP broker connection or used on a remote peer to control the reverse case of when the remote configures the target side of the connection.classThis is the initiating side of a broker federation that occurs over an AMQP broker connection.classThis is the receiving side of an AMQP broker federation that occurs over an inbound connection from a remote peer.Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type FederationModifier and TypeMethodDescriptionAMQPFederationGenericConsumerInfo.build(String address, String queueName, RoutingType routingType, String filterString, Federation federation, FederationReceiveFromAddressPolicy policy) Factory for creating federation address consumer information objects from server resources.default voidActiveMQServerAMQPFederationPlugin.federationStarted(Federation federation) After a federation instance has been starteddefault voidActiveMQServerAMQPFederationPlugin.federationStopped(Federation federation) After a federation instance has been stopped -
Uses of Federation in org.apache.activemq.artemis.protocol.amqp.federation
Methods in org.apache.activemq.artemis.protocol.amqp.federation that return FederationModifier and TypeMethodDescriptionFederationConsumer.getFederation()Returns theFederationthat this consumer operates under.