Class QueueAttributes
java.lang.Object
org.apache.activemq.artemis.api.core.QueueAttributes
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QueueAttributesfromQueueConfiguration(QueueConfiguration queueConfiguration) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.voidDeprecated.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
-
FILTER_STRING
-
DURABLE
-
MAX_CONSUMERS
-
EXCLUSIVE
-
GROUP_REBALANCE
-
GROUP_REBALANCE_PAUSE_DISPATCH
-
GROUP_BUCKETS
-
GROUP_FIRST_KEY
-
LAST_VALUE
-
LAST_VALUE_KEY
-
NON_DESTRUCTIVE
-
PURGE_ON_NO_CONSUMERS
-
CONSUMERS_BEFORE_DISPATCH
-
DELAY_BEFORE_DISPATCH
-
CONSUMER_PRIORITY
-
AUTO_DELETE
-
AUTO_DELETE_DELAY
-
AUTO_DELETE_MESSAGE_COUNT
-
RING_SIZE
-
ENABLED
-
-
Constructor Details
-
QueueAttributes
public QueueAttributes()Deprecated.
-
-
Method Details
-
set
-
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.
-