Class AMQPBridgeSenderConfiguration

java.lang.Object
org.apache.activemq.artemis.protocol.amqp.connect.bridge.AMQPBridgeLinkConfiguration
org.apache.activemq.artemis.protocol.amqp.connect.bridge.AMQPBridgeSenderConfiguration

public final class AMQPBridgeSenderConfiguration extends AMQPBridgeLinkConfiguration
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.
  • Constructor Details

  • Method Details

    • isAutoDeleteDurableSubscriptions

      public boolean isAutoDeleteDurableSubscriptions()
      Returns true if bridge is configured to auto delete address senders using durable subscription bindings.
      Returns:
      true if 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