| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<JmsQueue> |
Server.ServerResources.jmsQueues()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.JmsQueue resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.jmsQueue(JmsQueue value)
Add the org.wildfly.swarm.config.messaging_activemq.server.JmsQueue object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.jmsQueues(List<JmsQueue> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.JmsQueue objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
JmsQueue |
JmsQueue.consumerCount(Integer value)
The number of consumers consuming messages from this queue.
|
JmsQueue |
JmsQueue.deadLetterAddress(String value)
The address to send dead messages to.
|
JmsQueue |
JmsQueue.deliveringCount(Integer value)
The number of messages that this queue is currently delivering to its consumers.
|
JmsQueue |
JmsQueue.durable(Boolean value)
Whether the queue is durable or not.
|
JmsQueue |
JmsQueue.entries(List<String> value)
The jndi names the queue will be bound to.
|
JmsQueue |
JmsQueue.expiryAddress(String value)
The address to send expired messages to.
|
JmsQueue |
JmsQueue.legacyEntries(List<String> value)
The jndi names the queue will be bound to.
|
JmsQueue |
JmsQueue.messageCount(Long value)
The number of messages currently in this queue.
|
JmsQueue |
JmsQueue.messagesAdded(Long value)
The number of messages added to this queue since it was created.
|
JmsQueue |
JmsQueue.paused(Boolean value)
Whether the queue is paused.
|
JmsQueue |
JmsQueue.queueAddress(String value)
The queue address defines what address is used for routing messages.
|
JmsQueue |
JmsQueue.scheduledCount(Long value)
The number of scheduled messages in this queue.
|
JmsQueue |
JmsQueue.selector(String value)
The queue selector.
|
JmsQueue |
JmsQueue.temporary(Boolean value)
Whether the queue is temporary.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.