Uses of Interface
org.apache.activemq.artemis.protocol.amqp.federation.internal.FederationInternal
-
Packages that use FederationInternal Package Description org.apache.activemq.artemis.protocol.amqp.connect.federation org.apache.activemq.artemis.protocol.amqp.federation.internal -
-
Uses of FederationInternal in org.apache.activemq.artemis.protocol.amqp.connect.federation
Classes in org.apache.activemq.artemis.protocol.amqp.connect.federation that implement FederationInternal Modifier and Type Class Description classAMQPFederationA 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.classAMQPFederationSourceThis is the initiating side of a broker federation that occurs over an AMQP broker connection.classAMQPFederationTargetThis is the receiving side of an AMQP broker federation that occurs over an inbound connection from a remote peer. -
Uses of FederationInternal in org.apache.activemq.artemis.protocol.amqp.federation.internal
Fields in org.apache.activemq.artemis.protocol.amqp.federation.internal declared as FederationInternal Modifier and Type Field Description protected FederationInternalFederationAddressPolicyManager. federationprotected FederationInternalFederationQueuePolicyManager. federationConstructors in org.apache.activemq.artemis.protocol.amqp.federation.internal with parameters of type FederationInternal Constructor Description FederationAddressPolicyManager(FederationInternal federation, FederationReceiveFromAddressPolicy addressPolicy)FederationQueuePolicyManager(FederationInternal federation, FederationReceiveFromQueuePolicy queuePolicy)
-