@Deprecated public final class QueueConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueueConfig.Builder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleString |
address()
Deprecated.
|
static QueueConfig.Builder |
builderWith(long id,
SimpleString name)
Deprecated.
Returns a new
QueueConfig.Builder of a durable, not temporary and autoCreated QueueConfig with the given id and name. |
static QueueConfig.Builder |
builderWith(long id,
SimpleString name,
SimpleString address)
Deprecated.
Returns a new
QueueConfig.Builder of a durable, not temporary and autoCreated QueueConfig with the given id, name and address. |
int |
consumersBeforeDispatch()
Deprecated.
|
long |
delayBeforeDispatch()
Deprecated.
|
RoutingType |
deliveryMode()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
Filter |
filter()
Deprecated.
|
static QueueConfig |
fromQueueConfiguration(QueueConfiguration queueConfiguration)
Deprecated.
|
long |
getAutoDeleteDelay()
Deprecated.
|
long |
getAutoDeleteMessageCount()
Deprecated.
|
int |
getGroupBuckets()
Deprecated.
|
SimpleString |
getGroupFirstKey()
Deprecated.
|
PagingStore |
getPagingStore()
Deprecated.
|
long |
getRingSize()
Deprecated.
|
int |
hashCode()
Deprecated.
|
long |
id()
Deprecated.
|
boolean |
isAutoCreated()
Deprecated.
|
boolean |
isAutoDelete()
Deprecated.
|
boolean |
isConfigurationManaged()
Deprecated.
|
boolean |
isDurable()
Deprecated.
|
boolean |
isExclusive()
Deprecated.
|
boolean |
isGroupRebalance()
Deprecated.
|
boolean |
isLastValue()
Deprecated.
|
boolean |
isNonDestructive()
Deprecated.
|
boolean |
isPurgeOnNoConsumers()
Deprecated.
|
boolean |
isTemporary()
Deprecated.
|
SimpleString |
lastValueKey()
Deprecated.
|
int |
maxConsumers()
Deprecated.
|
SimpleString |
name()
Deprecated.
|
PageSubscription |
pageSubscription()
Deprecated.
|
String |
toString()
Deprecated.
|
SimpleString |
user()
Deprecated.
|
public static QueueConfig.Builder builderWith(long id, SimpleString name)
QueueConfig.Builder of a durable, not temporary and autoCreated QueueConfig with the given id and name.
address is defaulted to the name value.
The reference parameters aren't defensively copied.id - the id of the queue to be createdname - the name of the queue to be createdIllegalStateException - if name is null or emptypublic static QueueConfig.Builder builderWith(long id, SimpleString name, SimpleString address)
QueueConfig.Builder of a durable, not temporary and autoCreated QueueConfig with the given id, name and address.
id - the id of the queue to be createdname - the name of the queue to be createdaddress - the address of the queue to be createdIllegalStateException - if name or address are null or emptypublic static QueueConfig fromQueueConfiguration(QueueConfiguration queueConfiguration) throws ActiveMQException
ActiveMQExceptionpublic long id()
public SimpleString address()
public SimpleString name()
public Filter filter()
public PageSubscription pageSubscription()
public SimpleString user()
public boolean isDurable()
public boolean isTemporary()
public boolean isAutoCreated()
public boolean isPurgeOnNoConsumers()
public int maxConsumers()
public boolean isExclusive()
public boolean isLastValue()
public SimpleString lastValueKey()
public boolean isNonDestructive()
public RoutingType deliveryMode()
public int consumersBeforeDispatch()
public long delayBeforeDispatch()
public boolean isGroupRebalance()
public int getGroupBuckets()
public SimpleString getGroupFirstKey()
public boolean isConfigurationManaged()
public boolean isAutoDelete()
public long getAutoDeleteDelay()
public long getAutoDeleteMessageCount()
public long getRingSize()
public PagingStore getPagingStore()
Copyright © 2022 JBoss by Red Hat. All rights reserved.