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