Class QueueConfig.Builder
java.lang.Object
org.apache.activemq.artemis.core.server.QueueConfig.Builder
- Enclosing class:
- QueueConfig
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionautoCreated(boolean autoCreated) Deprecated.autoDelete(boolean autoDelete) Deprecated.autoDeleteDelay(long autoDeleteDelay) Deprecated.autoDeleteMessageCount(long autoDeleteMessageCount) Deprecated.build()Deprecated.Returns a newQueueConfigusing the parameters configured on theQueueConfig.Builder.configurationManaged(boolean configurationManaged) Deprecated.consumersBeforeDispatch(int consumersBeforeDispatch) Deprecated.delayBeforeDispatch(long delayBeforeDispatch) Deprecated.durable(boolean durable) Deprecated.exclusive(boolean exclusive) Deprecated.Deprecated.groupBuckets(int groupBuckets) Deprecated.groupFirstKey(SimpleString groupFirstKey) Deprecated.groupRebalance(boolean groupRebalance) Deprecated.lastValue(boolean lastValue) Deprecated.lastValueKey(SimpleString lastValueKey) Deprecated.maxConsumers(int maxConsumers) Deprecated.nonDestructive(boolean nonDestructive) Deprecated.pagingManager(PagingManager pagingManager) Deprecated.purgeOnNoConsumers(boolean purgeOnNoConsumers) Deprecated.ringSize(long ringSize) Deprecated.routingType(RoutingType routingType) Deprecated.temporary(boolean temporary) Deprecated.user(SimpleString user) Deprecated.
-
Method Details
-
configurationManaged
Deprecated. -
filter
Deprecated. -
pagingManager
Deprecated. -
user
Deprecated. -
durable
Deprecated. -
temporary
Deprecated. -
autoCreated
Deprecated. -
maxConsumers
Deprecated. -
exclusive
Deprecated. -
lastValue
Deprecated. -
lastValueKey
Deprecated. -
nonDestructive
Deprecated. -
consumersBeforeDispatch
Deprecated. -
delayBeforeDispatch
Deprecated. -
purgeOnNoConsumers
Deprecated. -
autoDelete
Deprecated. -
autoDeleteDelay
Deprecated. -
autoDeleteMessageCount
Deprecated. -
ringSize
Deprecated. -
groupRebalance
Deprecated. -
groupBuckets
Deprecated. -
groupFirstKey
Deprecated. -
routingType
Deprecated. -
build
Deprecated.Returns a newQueueConfigusing the parameters configured on theQueueConfig.Builder.The reference parameters aren't defensively copied from the
QueueConfig.Builderto theQueueConfig.This method creates a new
PageSubscriptiononly ifpagingManageris notnulland ifFilterUtils.isTopicIdentification(org.apache.activemq.artemis.core.filter.Filter)returnsfalseonfilter.- Throws:
IllegalStateException- if the creation ofPageSubscriptionfails
-