Class AMQPBridgeSenderConfiguration
java.lang.Object
org.apache.activemq.artemis.protocol.amqp.connect.bridge.AMQPBridgeLinkConfiguration
org.apache.activemq.artemis.protocol.amqp.connect.bridge.AMQPBridgeSenderConfiguration
Configuration options applied to a sender created from bridge from policies for
address or queue bridging. The options first check the policy properties for
matching configuration settings before looking at the bridge's own configuration
for the options managed here.
-
Field Summary
Fields inherited from class AMQPBridgeLinkConfiguration
configuration, properties -
Constructor Summary
ConstructorsConstructorDescriptionAMQPBridgeSenderConfiguration(AMQPBridgeConfiguration configuration, Map<String, ?> properties) -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the auto delete subscription delay for address senders using durable bindings.longReturns the auto delete subscription message count for address senders using durable bindings.booleanReturnstrueif bridge is configured to auto delete address senders using durable subscription bindings.
-
Constructor Details
-
AMQPBridgeSenderConfiguration
public AMQPBridgeSenderConfiguration(AMQPBridgeConfiguration configuration, Map<String, ?> properties)
-
-
Method Details
-
isAutoDeleteDurableSubscriptions
public boolean isAutoDeleteDurableSubscriptions()Returnstrueif bridge is configured to auto delete address senders using durable subscription bindings.- Returns:
trueif bridge is configured to auto delete address senders using durable subscription bindings
-
getAutoDeleteDurableSubscriptionMsgCount
public long getAutoDeleteDurableSubscriptionMsgCount()Returns the auto delete subscription message count for address senders using durable bindings.- Returns:
- the auto delete subscription message count for address senders using durable bindings
-
getAutoDeleteDurableSubscriptionDelay
public long getAutoDeleteDurableSubscriptionDelay()Returns the auto delete subscription delay for address senders using durable bindings.- Returns:
- the auto delete subscription delay for address senders using durable bindings
-