Class QueueConfig
java.lang.Object
org.apache.activemq.artemis.core.server.QueueConfig
Deprecated.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionaddress()Deprecated.static QueueConfig.BuilderbuilderWith(long id, SimpleString name) Deprecated.Returns a newQueueConfig.Builderof a durable, not temporary and autoCreatedQueueConfigwith the givenidandname.static QueueConfig.BuilderbuilderWith(long id, SimpleString name, SimpleString address) Deprecated.Returns a newQueueConfig.Builderof a durable, not temporary and autoCreatedQueueConfigwith the givenid,nameandaddress.intDeprecated.longDeprecated.Deprecated.booleanDeprecated.filter()Deprecated.static QueueConfigfromQueueConfiguration(QueueConfiguration queueConfiguration) Deprecated.longDeprecated.longDeprecated.intDeprecated.Deprecated.Deprecated.longDeprecated.inthashCode()Deprecated.longid()Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.Deprecated.intDeprecated.name()Deprecated.Deprecated.toString()Deprecated.user()Deprecated.
-
Method Details
-
builderWith
Deprecated.Returns a newQueueConfig.Builderof a durable, not temporary and autoCreatedQueueConfigwith the givenidandname.The
addressis defaulted to thenamevalue. The reference parameters aren't defensively copied.- Parameters:
id- the id of the queue to be createdname- the name of the queue to be created- Throws:
IllegalStateException- ifnameisnullor empty
-
builderWith
Deprecated.Returns a newQueueConfig.Builderof a durable, not temporary and autoCreatedQueueConfigwith the givenid,nameandaddress.The reference parameters aren't defensively copied.
- Parameters:
id- the id of the queue to be createdname- the name of the queue to be createdaddress- the address of the queue to be created- Throws:
IllegalStateException- ifnameoraddressarenullor empty
-
fromQueueConfiguration
public static QueueConfig fromQueueConfiguration(QueueConfiguration queueConfiguration) throws ActiveMQException Deprecated.- Throws:
ActiveMQException
-
id
public long id()Deprecated. -
address
Deprecated. -
name
Deprecated. -
filter
Deprecated. -
pageSubscription
Deprecated. -
user
Deprecated. -
isDurable
public boolean isDurable()Deprecated. -
isTemporary
public boolean isTemporary()Deprecated. -
isAutoCreated
public boolean isAutoCreated()Deprecated. -
isPurgeOnNoConsumers
public boolean isPurgeOnNoConsumers()Deprecated. -
maxConsumers
public int maxConsumers()Deprecated. -
isExclusive
public boolean isExclusive()Deprecated. -
isLastValue
public boolean isLastValue()Deprecated. -
lastValueKey
Deprecated. -
isNonDestructive
public boolean isNonDestructive()Deprecated. -
deliveryMode
Deprecated. -
consumersBeforeDispatch
public int consumersBeforeDispatch()Deprecated. -
delayBeforeDispatch
public long delayBeforeDispatch()Deprecated. -
isGroupRebalance
public boolean isGroupRebalance()Deprecated. -
getGroupBuckets
public int getGroupBuckets()Deprecated. -
getGroupFirstKey
Deprecated. -
isConfigurationManaged
public boolean isConfigurationManaged()Deprecated. -
isAutoDelete
public boolean isAutoDelete()Deprecated. -
getAutoDeleteDelay
public long getAutoDeleteDelay()Deprecated. -
getAutoDeleteMessageCount
public long getAutoDeleteMessageCount()Deprecated. -
getRingSize
public long getRingSize()Deprecated. -
getPagingStore
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-