Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.messaging.activemq |
Modifier and Type | Method and Description |
---|---|
ExternalJMSQueue |
MessagingActiveMQ.MessagingActiveMQResources.externalJmsQueue(String key) |
Modifier and Type | Method and Description |
---|---|
List<ExternalJMSQueue> |
MessagingActiveMQ.MessagingActiveMQResources.externalJmsQueues()
Get the list of ExternalJMSQueue resources
|
Modifier and Type | Method and Description |
---|---|
T |
MessagingActiveMQ.externalJmsQueue(ExternalJMSQueue value)
Add the ExternalJMSQueue object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
MessagingActiveMQ.externalJmsQueues(List<ExternalJMSQueue> value)
Add all ExternalJMSQueue objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalJMSQueue<T extends ExternalJMSQueue<T>>
Defines a JMS queue to a remote broker.
|
interface |
ExternalJMSQueueConsumer<T extends ExternalJMSQueue<T>> |
interface |
ExternalJMSQueueSupplier<T extends ExternalJMSQueue> |
Modifier and Type | Method and Description |
---|---|
ExternalJMSQueue |
ExternalJMSQueueSupplier.get()
Constructed instance of ExternalJMSQueue resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.