Uses of Class
org.apache.activemq.artemis.api.core.QueueAttributes
Packages that use QueueAttributes
Package
Description
-
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. -
Uses of QueueAttributes in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client with parameters of type QueueAttributesModifier and TypeMethodDescriptionvoidClientSession.createQueue(SimpleString address, SimpleString queueName, boolean autoCreated, QueueAttributes queueAttributes) Deprecated.voidClientSession.createSharedQueue(SimpleString address, SimpleString queueName, QueueAttributes queueAttributes) Deprecated.voidClientSession.createTemporaryQueue(SimpleString address, SimpleString queueName, QueueAttributes queueAttributes) Deprecated.useClientSession.createQueue(QueueConfiguration)instead -
Uses of QueueAttributes in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type QueueAttributesModifier and TypeMethodDescriptionabstract voidSessionContext.createQueue(SimpleString address, SimpleString queueName, boolean temp, boolean autoCreated, QueueAttributes queueAttributes) abstract voidSessionContext.createSharedQueue(SimpleString address, SimpleString queueName, QueueAttributes queueAttributes) Deprecated.
ClientSession.createQueue(QueueConfiguration)instead