| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging.subsystem.server | |
| org.wildfly.swarm.config.messaging.subsystem.server.bridge |
| Modifier and Type | Method and Description |
|---|---|
List<Bridge> |
Server.ServerResources.bridges()
Get the list of Bridge resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.bridge(Bridge value)
Add the Bridge object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.bridges(List<Bridge> value)
Add all 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.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.