Class AMQPFederationConsumerConfiguration
- java.lang.Object
-
- org.apache.activemq.artemis.protocol.amqp.connect.federation.AMQPFederationConsumerConfiguration
-
public final class AMQPFederationConsumerConfiguration extends Object
Configuration options applied to a consumer created from federation policies for address or queue federation. The options first check the policy properties for matching configuration settings before looking at the federation's own configuration for the options managed here.
-
-
Constructor Summary
Constructors Constructor Description AMQPFederationConsumerConfiguration(AMQPFederation federation, Map<String,?> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLargeMessageThreshold()intgetLinkAttachTimeout()intgetReceiverCredits()intgetReceiverCreditsLow()
-
-
-
Constructor Detail
-
AMQPFederationConsumerConfiguration
public AMQPFederationConsumerConfiguration(AMQPFederation federation, Map<String,?> properties)
-
-