Class QueueQueryResult

java.lang.Object
org.apache.activemq.artemis.core.server.QueueQueryResult

public class QueueQueryResult extends Object
  • Constructor Details

    • QueueQueryResult

      public QueueQueryResult(QueueConfiguration config, int consumerCount, long messageCount, boolean autoCreateQueues, boolean exists, Integer defaultConsumerWindowSize)
  • Method Details

    • isExists

      public boolean isExists()
    • isDurable

      public boolean isDurable()
    • getConsumerCount

      public int getConsumerCount()
    • getMessageCount

      public long getMessageCount()
    • getFilterString

      public SimpleString getFilterString()
    • getAddress

      public SimpleString getAddress()
    • getName

      public SimpleString getName()
    • isTemporary

      public boolean isTemporary()
    • isAutoCreateQueues

      public boolean isAutoCreateQueues()
    • isAutoCreated

      public boolean isAutoCreated()
    • isPurgeOnNoConsumers

      public boolean isPurgeOnNoConsumers()
    • getRoutingType

      public RoutingType getRoutingType()
    • getMaxConsumers

      public int getMaxConsumers()
    • setAddress

      public void setAddress(SimpleString address)
    • isExclusive

      public Boolean isExclusive()
    • isLastValue

      public Boolean isLastValue()
    • getLastValueKey

      public SimpleString getLastValueKey()
    • isNonDestructive

      public Boolean isNonDestructive()
    • getConsumersBeforeDispatch

      public Integer getConsumersBeforeDispatch()
    • getDelayBeforeDispatch

      public Long getDelayBeforeDispatch()
    • getDefaultConsumerWindowSize

      public Integer getDefaultConsumerWindowSize()
    • isGroupRebalance

      public Boolean isGroupRebalance()
    • isGroupRebalancePauseDispatch

      public Boolean isGroupRebalancePauseDispatch()
    • getGroupBuckets

      public Integer getGroupBuckets()
    • getGroupFirstKey

      public SimpleString getGroupFirstKey()
    • isAutoDelete

      public Boolean isAutoDelete()
    • getAutoDeleteDelay

      public Long getAutoDeleteDelay()
    • getAutoDeleteMessageCount

      public Long getAutoDeleteMessageCount()
    • getRingSize

      public Long getRingSize()
    • isEnabled

      public Boolean isEnabled()
    • isConfigurationManaged

      public Boolean isConfigurationManaged()