Interface ClientSession.AddressQuery

    • Method Detail

      • isExists

        boolean isExists()
        Returns true if the binding exists, false else.
      • getQueueNames

        java.util.List<org.apache.activemq.artemis.api.core.SimpleString> getQueueNames()
        Returns the names of the queues bound to the binding.
      • isAutoCreateQueues

        boolean isAutoCreateQueues()
        Returns true if auto-queue-creation for this address is enabled, false else.
      • isAutoCreateAddresses

        boolean isAutoCreateAddresses()
        Returns true if auto-address-creation for this address is enabled, false else.
      • isDefaultPurgeOnNoConsumers

        boolean isDefaultPurgeOnNoConsumers()
      • getDefaultMaxConsumers

        int getDefaultMaxConsumers()
      • isDefaultLastValueQueue

        java.lang.Boolean isDefaultLastValueQueue()
      • isDefaultExclusive

        java.lang.Boolean isDefaultExclusive()
      • getDefaultLastValueKey

        org.apache.activemq.artemis.api.core.SimpleString getDefaultLastValueKey()
      • isDefaultNonDestructive

        java.lang.Boolean isDefaultNonDestructive()
      • getDefaultConsumersBeforeDispatch

        java.lang.Integer getDefaultConsumersBeforeDispatch()
      • getDefaultDelayBeforeDispatch

        java.lang.Long getDefaultDelayBeforeDispatch()