public class RuntimeQueue extends Object
| Constructor and Description |
|---|
RuntimeQueue(String key) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
consumerCount()
The number of consumers consuming messages from this queue.
|
RuntimeQueue |
consumerCount(Integer value)
The number of consumers consuming messages from this queue.
|
String |
deadLetterAddress()
The address to send the queue's dead messages to.
|
RuntimeQueue |
deadLetterAddress(String value)
The address to send the queue's dead messages to.
|
Integer |
deliveringCount()
The number of messages that this queue is currently delivering to its consumers.
|
RuntimeQueue |
deliveringCount(Integer value)
The number of messages that this queue is currently delivering to its consumers.
|
Boolean |
durable()
Defines whether the queue is durable.
|
RuntimeQueue |
durable(Boolean value)
Defines whether the queue is durable.
|
String |
expiryAddress()
The address to send the queue's expired messages to.
|
RuntimeQueue |
expiryAddress(String value)
The address to send the queue's expired messages to.
|
String |
filter()
A queue message filter definition.
|
RuntimeQueue |
filter(String value)
A queue message filter definition.
|
String |
getKey() |
Long |
id()
The id of the queue.
|
RuntimeQueue |
id(Long value)
The id of the queue.
|
Long |
messageCount()
The number of messages currently in this queue.
|
RuntimeQueue |
messageCount(Long value)
The number of messages currently in this queue.
|
Long |
messagesAdded()
The number of messages added to this queue since it was created.
|
RuntimeQueue |
messagesAdded(Long value)
The number of messages added to this queue since it was created.
|
Boolean |
paused()
Whether the queue is paused.
|
RuntimeQueue |
paused(Boolean value)
Whether the queue is paused.
|
String |
queueAddress()
The queue address defines what address is used for routing messages.
|
RuntimeQueue |
queueAddress(String value)
The queue address defines what address is used for routing messages.
|
Long |
scheduledCount()
The number of scheduled messages in this queue.
|
RuntimeQueue |
scheduledCount(Long value)
The number of scheduled messages in this queue.
|
Boolean |
temporary()
Whether the queue is temporary.
|
RuntimeQueue |
temporary(Boolean value)
Whether the queue is temporary.
|
public RuntimeQueue(String key)
public String getKey()
public Integer consumerCount()
public RuntimeQueue consumerCount(Integer value)
public String deadLetterAddress()
public RuntimeQueue deadLetterAddress(String value)
public Integer deliveringCount()
public RuntimeQueue deliveringCount(Integer value)
public Boolean durable()
public RuntimeQueue durable(Boolean value)
public String expiryAddress()
public RuntimeQueue expiryAddress(String value)
public String filter()
public RuntimeQueue filter(String value)
public Long id()
public RuntimeQueue id(Long value)
public Long messageCount()
public RuntimeQueue messageCount(Long value)
public Long messagesAdded()
public RuntimeQueue messagesAdded(Long value)
public Boolean paused()
public RuntimeQueue paused(Boolean value)
public String queueAddress()
public RuntimeQueue queueAddress(String value)
public Long scheduledCount()
public RuntimeQueue scheduledCount(Long value)
public Boolean temporary()
public RuntimeQueue temporary(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.