Interface ClientSession.QueueQuery

    • Method Detail

      • isExists

        boolean isExists()
        Returns true if the queue exists, false else.
      • isTemporary

        boolean isTemporary()
        Return true if the queue is temporary, false else.
      • isDurable

        boolean isDurable()
        Returns true if the queue is durable, false else.
      • isAutoCreateQueues

        boolean isAutoCreateQueues()
        Returns true if auto-creation for this queue is enabled and if the queue queried is a JMS queue, false else.
      • getConsumerCount

        int getConsumerCount()
        Returns the number of consumers attached to the queue.
      • getMessageCount

        long getMessageCount()
        Returns the number of messages in the queue.
      • getFilterString

        org.apache.activemq.artemis.api.core.SimpleString getFilterString()
        Returns the queue's filter string (or null if the queue has no filter).
      • getAddress

        org.apache.activemq.artemis.api.core.SimpleString getAddress()
        Returns the address that the queue is bound to.
      • getName

        org.apache.activemq.artemis.api.core.SimpleString getName()
        Return the name of the queue
        Returns:
      • getRoutingType

        org.apache.activemq.artemis.api.core.RoutingType getRoutingType()
      • getMaxConsumers

        int getMaxConsumers()
      • isPurgeOnNoConsumers

        boolean isPurgeOnNoConsumers()
      • isAutoCreated

        boolean isAutoCreated()
      • isExclusive

        java.lang.Boolean isExclusive()
      • isLastValue

        java.lang.Boolean isLastValue()
      • getLastValueKey

        org.apache.activemq.artemis.api.core.SimpleString getLastValueKey()
      • isNonDestructive

        java.lang.Boolean isNonDestructive()
      • getConsumersBeforeDispatch

        java.lang.Integer getConsumersBeforeDispatch()
      • getDelayBeforeDispatch

        java.lang.Long getDelayBeforeDispatch()
      • getDefaultConsumerWindowSize

        java.lang.Integer getDefaultConsumerWindowSize()
      • isGroupRebalance

        java.lang.Boolean isGroupRebalance()
      • isGroupRebalancePauseDispatch

        java.lang.Boolean isGroupRebalancePauseDispatch()
      • getGroupBuckets

        java.lang.Integer getGroupBuckets()
      • getGroupFirstKey

        org.apache.activemq.artemis.api.core.SimpleString getGroupFirstKey()
      • isAutoDelete

        java.lang.Boolean isAutoDelete()
      • getAutoDeleteDelay

        java.lang.Long getAutoDeleteDelay()
      • getAutoDeleteMessageCount

        java.lang.Long getAutoDeleteMessageCount()
      • getRingSize

        java.lang.Long getRingSize()
      • isEnabled

        java.lang.Boolean isEnabled()
      • isConfigurationManaged

        java.lang.Boolean isConfigurationManaged()