| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<RuntimeQueue> |
Server.ServerResources.runtimeQueues()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.runtimeQueue(RuntimeQueue value)
Add the org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.runtimeQueues(List<RuntimeQueue> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeQueue |
RuntimeQueue.consumerCount(Integer value)
The number of consumers consuming messages from this queue.
|
RuntimeQueue |
RuntimeQueue.deadLetterAddress(String value)
The address to send the queue's dead messages to.
|
RuntimeQueue |
RuntimeQueue.deliveringCount(Integer value)
The number of messages that this queue is currently delivering to its consumers.
|
RuntimeQueue |
RuntimeQueue.durable(Boolean value)
Defines whether the queue is durable.
|
RuntimeQueue |
RuntimeQueue.expiryAddress(String value)
The address to send the queue's expired messages to.
|
RuntimeQueue |
RuntimeQueue.filter(String value)
A queue message filter definition.
|
RuntimeQueue |
RuntimeQueue.id(Long value)
The id of the queue.
|
RuntimeQueue |
RuntimeQueue.messageCount(Long value)
The number of messages currently in this queue.
|
RuntimeQueue |
RuntimeQueue.messagesAdded(Long value)
The number of messages added to this queue since it was created.
|
RuntimeQueue |
RuntimeQueue.paused(Boolean value)
Whether the queue is paused.
|
RuntimeQueue |
RuntimeQueue.queueAddress(String value)
The queue address defines what address is used for routing messages.
|
RuntimeQueue |
RuntimeQueue.scheduledCount(Long value)
The number of scheduled messages in this queue.
|
RuntimeQueue |
RuntimeQueue.temporary(Boolean value)
Whether the queue is temporary.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.