Class QueueAttributes
java.lang.Object
org.apache.activemq.artemis.api.core.QueueAttributes
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueueAttributes
fromQueueConfiguration
(QueueConfiguration queueConfiguration) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.void
Deprecated.setAutoDelete
(Boolean autoDelete) Deprecated.setAutoDeleteDelay
(Long autoDeleteDelay) Deprecated.setAutoDeleteMessageCount
(Long autoDeleteMessageCount) Deprecated.setConsumerPriority
(Integer consumerPriority) Deprecated.setConsumersBeforeDispatch
(Integer consumersBeforeDispatch) Deprecated.setDelayBeforeDispatch
(Long delayBeforeDispatch) Deprecated.setDurable
(Boolean durable) Deprecated.setEnabled
(Boolean enabled) Deprecated.setExclusive
(Boolean exclusive) Deprecated.setFilterString
(SimpleString filterString) Deprecated.setGroupBuckets
(Integer groupBuckets) Deprecated.setGroupFirstKey
(SimpleString groupFirstKey) Deprecated.setGroupRebalance
(Boolean groupRebalance) Deprecated.setGroupRebalancePauseDispatch
(Boolean groupRebalancePauseDispatch) Deprecated.setLastValue
(Boolean lastValue) Deprecated.setLastValueKey
(SimpleString lastValueKey) Deprecated.setMaxConsumers
(Integer maxConsumers) Deprecated.setNonDestructive
(Boolean nonDestructive) Deprecated.setPurgeOnNoConsumers
(Boolean purgeOnNoConsumers) Deprecated.setRingSize
(Long ringSize) Deprecated.setRoutingType
(RoutingType routingType) Deprecated.Deprecated.
-
Field Details
-
ROUTING_TYPE
Deprecated.- See Also:
-
FILTER_STRING
Deprecated.- See Also:
-
DURABLE
Deprecated.- See Also:
-
MAX_CONSUMERS
Deprecated.- See Also:
-
EXCLUSIVE
Deprecated.- See Also:
-
GROUP_REBALANCE
Deprecated.- See Also:
-
GROUP_REBALANCE_PAUSE_DISPATCH
Deprecated.- See Also:
-
GROUP_BUCKETS
Deprecated.- See Also:
-
GROUP_FIRST_KEY
Deprecated.- See Also:
-
LAST_VALUE
Deprecated.- See Also:
-
LAST_VALUE_KEY
Deprecated.- See Also:
-
NON_DESTRUCTIVE
Deprecated.- See Also:
-
PURGE_ON_NO_CONSUMERS
Deprecated.- See Also:
-
CONSUMERS_BEFORE_DISPATCH
Deprecated.- See Also:
-
DELAY_BEFORE_DISPATCH
Deprecated.- See Also:
-
CONSUMER_PRIORITY
Deprecated.- See Also:
-
AUTO_DELETE
Deprecated.- See Also:
-
AUTO_DELETE_DELAY
Deprecated.- See Also:
-
AUTO_DELETE_MESSAGE_COUNT
Deprecated.- See Also:
-
RING_SIZE
Deprecated.- See Also:
-
ENABLED
Deprecated.- See Also:
-
-
Constructor Details
-
QueueAttributes
public QueueAttributes()Deprecated.
-
-
Method Details
-
set
Deprecated. -
toQueueConfiguration
Deprecated. -
fromQueueConfiguration
Deprecated. -
getRoutingType
Deprecated. -
setRoutingType
Deprecated. -
getFilterString
Deprecated. -
setFilterString
Deprecated. -
getDurable
Deprecated. -
setDurable
Deprecated. -
getMaxConsumers
Deprecated. -
setMaxConsumers
Deprecated. -
getExclusive
Deprecated. -
setExclusive
Deprecated. -
getLastValue
Deprecated. -
setLastValue
Deprecated. -
getLastValueKey
Deprecated. -
setLastValueKey
Deprecated. -
getNonDestructive
Deprecated. -
setNonDestructive
Deprecated. -
getPurgeOnNoConsumers
Deprecated. -
setPurgeOnNoConsumers
Deprecated. -
getConsumersBeforeDispatch
Deprecated. -
setConsumersBeforeDispatch
Deprecated. -
getDelayBeforeDispatch
Deprecated. -
setDelayBeforeDispatch
Deprecated. -
getConsumerPriority
Deprecated. -
setConsumerPriority
Deprecated. -
getGroupRebalance
Deprecated. -
setGroupRebalance
Deprecated. -
getGroupRebalancePauseDispatch
Deprecated. -
setGroupRebalancePauseDispatch
Deprecated. -
getGroupBuckets
Deprecated. -
setGroupBuckets
Deprecated. -
getGroupFirstKey
Deprecated. -
setGroupFirstKey
Deprecated. -
getAutoDelete
Deprecated. -
setAutoDelete
Deprecated. -
getAutoDeleteDelay
Deprecated. -
setAutoDeleteDelay
Deprecated. -
getAutoDeleteMessageCount
Deprecated. -
setAutoDeleteMessageCount
Deprecated. -
getRingSize
Deprecated. -
setRingSize
Deprecated. -
isEnabled
Deprecated. -
setEnabled
Deprecated.
-