| Package | Description | 
|---|---|
| org.wildfly.swarm.config.messaging.activemq | |
| org.wildfly.swarm.config.messaging.activemq.server | 
| Modifier and Type | Method and Description | 
|---|---|
JMSQueue | 
Server.ServerResources.jmsQueue(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<JMSQueue> | 
Server.ServerResources.jmsQueues()
Get the list of JMSQueue resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Server.jmsQueue(JMSQueue value)
Add the JMSQueue object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Server.jmsQueues(List<JMSQueue> value)
Add all JMSQueue objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JMSQueue<T extends JMSQueue<T>>
Defines a JMS queue. 
 | 
interface  | 
JMSQueueConsumer<T extends JMSQueue<T>>  | 
interface  | 
JMSQueueSupplier<T extends JMSQueue>  | 
| Modifier and Type | Method and Description | 
|---|---|
JMSQueue | 
JMSQueueSupplier.get()
Constructed instance of JMSQueue resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.