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