Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
Bridge |
Server.ServerResources.bridge(String key) |
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<T>>
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 |
BridgeConsumer<T extends Bridge<T>> |
interface |
BridgeSupplier<T extends Bridge> |
Modifier and Type | Method and Description |
---|---|
Bridge |
BridgeSupplier.get()
Constructed instance of Bridge resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.