| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<Bridge> |
Server.ServerResources.bridges()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.Bridge resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.bridge(Bridge value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Bridge object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.bridges(List<Bridge> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Bridge objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
Bridge<T extends Bridge>
The function of a bridge is to consume messages from a source queue, and forward them to a target address, typically on a different ActiveMQ server.
|
interface |
BridgeConfigurator<T extends Bridge> |
Copyright © 2015 JBoss by Red Hat. All rights reserved.