Uses of Class
org.apache.activemq.artemis.api.core.QueueAttributes
-
Uses of QueueAttributes in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return QueueAttributesModifier and TypeMethodDescriptionstatic QueueAttributesQueueAttributes.fromQueueConfiguration(QueueConfiguration queueConfiguration) Deprecated.ParameterisedAddress.getQueueAttributes()Deprecated.QueueAttributes.setAutoDelete(Boolean autoDelete) Deprecated.QueueAttributes.setAutoDeleteDelay(Long autoDeleteDelay) Deprecated.QueueAttributes.setAutoDeleteMessageCount(Long autoDeleteMessageCount) Deprecated.QueueAttributes.setConsumerPriority(Integer consumerPriority) Deprecated.QueueAttributes.setConsumersBeforeDispatch(Integer consumersBeforeDispatch) Deprecated.QueueAttributes.setDelayBeforeDispatch(Long delayBeforeDispatch) Deprecated.QueueAttributes.setDurable(Boolean durable) Deprecated.QueueAttributes.setEnabled(Boolean enabled) Deprecated.QueueAttributes.setExclusive(Boolean exclusive) Deprecated.QueueAttributes.setFilterString(SimpleString filterString) Deprecated.QueueAttributes.setGroupBuckets(Integer groupBuckets) Deprecated.QueueAttributes.setGroupFirstKey(SimpleString groupFirstKey) Deprecated.QueueAttributes.setGroupRebalance(Boolean groupRebalance) Deprecated.QueueAttributes.setGroupRebalancePauseDispatch(Boolean groupRebalancePauseDispatch) Deprecated.QueueAttributes.setLastValue(Boolean lastValue) Deprecated.QueueAttributes.setLastValueKey(SimpleString lastValueKey) Deprecated.QueueAttributes.setMaxConsumers(Integer maxConsumers) Deprecated.QueueAttributes.setNonDestructive(Boolean nonDestructive) Deprecated.QueueAttributes.setPurgeOnNoConsumers(Boolean purgeOnNoConsumers) Deprecated.QueueAttributes.setRingSize(Long ringSize) Deprecated.QueueAttributes.setRoutingType(RoutingType routingType) Deprecated.Constructors in org.apache.activemq.artemis.api.core with parameters of type QueueAttributesModifierConstructorDescriptionParameterisedAddress(String address, QueueAttributes queueAttributes) Deprecated.ParameterisedAddress(SimpleString address, QueueAttributes queueAttributes) Deprecated.