Interface QueueBindingInfo

    • Method Detail

      • getId

        long getId()
      • replaceQueueName

        void replaceQueueName​(SimpleString newName)
        used to rename the queue in case of a duplication during load time
        Parameters:
        newName -
      • isAutoCreated

        boolean isAutoCreated()
      • isConfigurationManaged

        boolean isConfigurationManaged()
      • setConfigurationManaged

        void setConfigurationManaged​(boolean configurationManaged)
      • getMaxConsumers

        int getMaxConsumers()
      • setMaxConsumers

        void setMaxConsumers​(int maxConsumers)
      • isPurgeOnNoConsumers

        boolean isPurgeOnNoConsumers()
      • setPurgeOnNoConsumers

        void setPurgeOnNoConsumers​(boolean purgeOnNoConsumers)
      • isEnabled

        boolean isEnabled()
      • setEnabled

        void setEnabled​(boolean enabled)
      • isExclusive

        boolean isExclusive()
      • setExclusive

        void setExclusive​(boolean exclusive)
      • isLastValue

        boolean isLastValue()
      • setLastValue

        void setLastValue​(boolean lastValue)
      • setLastValueKey

        void setLastValueKey​(SimpleString lastValue)
      • isNonDestructive

        boolean isNonDestructive()
      • setNonDestructive

        void setNonDestructive​(boolean nonDestructive)
      • getConsumersBeforeDispatch

        int getConsumersBeforeDispatch()
      • setConsumersBeforeDispatch

        void setConsumersBeforeDispatch​(int consumersBeforeDispatch)
      • getDelayBeforeDispatch

        long getDelayBeforeDispatch()
      • setDelayBeforeDispatch

        void setDelayBeforeDispatch​(long delayBeforeDispatch)
      • getRoutingType

        byte getRoutingType()
      • setRoutingType

        void setRoutingType​(byte routingType)
      • isGroupRebalance

        boolean isGroupRebalance()
      • isGroupRebalancePauseDispatch

        boolean isGroupRebalancePauseDispatch()
      • getGroupBuckets

        int getGroupBuckets()
      • isAutoDelete

        boolean isAutoDelete()
      • getAutoDeleteDelay

        long getAutoDeleteDelay()
      • getAutoDeleteMessageCount

        long getAutoDeleteMessageCount()
      • getRingSize

        long getRingSize()