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