Class QueueQueryResult


  • public class QueueQueryResult
    extends Object
    • Method Detail

      • isExists

        public boolean isExists()
      • isDurable

        public boolean isDurable()
      • getConsumerCount

        public int getConsumerCount()
      • getMessageCount

        public long getMessageCount()
      • isTemporary

        public boolean isTemporary()
      • isAutoCreateQueues

        public boolean isAutoCreateQueues()
      • isAutoCreated

        public boolean isAutoCreated()
      • isPurgeOnNoConsumers

        public boolean isPurgeOnNoConsumers()
      • getMaxConsumers

        public int getMaxConsumers()
      • setAddress

        public void setAddress​(SimpleString address)
      • isExclusive

        public Boolean isExclusive()
      • isLastValue

        public Boolean isLastValue()
      • 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()
      • isAutoDelete

        public Boolean isAutoDelete()
      • getAutoDeleteDelay

        public Long getAutoDeleteDelay()
      • getAutoDeleteMessageCount

        public Long getAutoDeleteMessageCount()
      • getRingSize

        public Long getRingSize()
      • isEnabled

        public Boolean isEnabled()
      • isConfigurationManaged

        public Boolean isConfigurationManaged()