| 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 | Class and Description |
|---|---|
class |
JMSQueue<T extends JMSQueue>
Defines a JMS queue.
|
interface |
JMSQueueConfigurator<T extends JMSQueue> |
| 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.entriesValue(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.legacyEntriesValue(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.