| 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 |
|---|---|
Server |
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 |
|---|---|
Server |
Server.bridges(List<Bridge> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Bridge objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
Bridge |
Bridge.checkPeriod(Long value)
The period (in milliseconds) between client failure check.
|
Bridge |
Bridge.confirmationWindowSize(Integer value)
The confirmation-window-size to use for the connection used to forward messages to the target node.
|
Bridge |
Bridge.connectionTtl(Long value)
The maximum time (in milliseconds) for which the connections used by the bridges are considered alive (in the absence of heartbeat).
|
Bridge |
Bridge.discoveryGroup(String value)
The name of the discovery group used by this bridge.
|
Bridge |
Bridge.filter(String value)
An optional filter string.
|
Bridge |
Bridge.forwardingAddress(String value)
The address on the target server that the message will be forwarded to.
|
Bridge |
Bridge.ha(Boolean value)
Whether or not this bridge should support high availability.
|
Bridge |
Bridge.initialConnectAttempts(Integer value)
The number of attempts to connect initially with this bridge.
|
Bridge |
Bridge.maxRetryInterval(Long value)
The maximum interval of time used to retry connections
|
Bridge |
Bridge.minLargeMessageSize(Integer value)
The minimum size (in bytes) for a message before it is considered as a large message.
|
Bridge |
Bridge.password(String value)
The password to use when creating the bridge connection to the remote server.
|
Bridge |
Bridge.queueName(String value)
The unique name of the local queue that the bridge consumes from.
|
Bridge |
Bridge.reconnectAttempts(Integer value)
The total number of reconnect attempts the bridge will make before giving up and shutting down.
|
Bridge |
Bridge.reconnectAttemptsOnSameNode(Integer value)
The total number of reconnect attempts on the same node the bridge will make before giving up and shutting down.
|
Bridge |
Bridge.retryInterval(Long value)
The period in milliseconds between subsequent reconnection attempts, if the connection to the target server has failed.
|
Bridge |
Bridge.retryIntervalMultiplier(BigDecimal value)
A multiplier to apply to the time since the last retry to compute the time to the next retry.
|
Bridge |
Bridge.started(Boolean value)
Whether the bridge is started.
|
Bridge |
Bridge.staticConnectors(List<String> value)
A list of names of statically defined connectors used by this bridge.
|
Bridge |
Bridge.transformerClassName(String value)
The name of a user-defined class which implements the org.apache.activemq.artemis.core.server.cluster.Transformer interface.
|
Bridge |
Bridge.useDuplicateDetection(Boolean value)
Whether the bridge will automatically insert a duplicate id property into each message that it forwards.
|
Bridge |
Bridge.user(String value)
The user name to use when creating the bridge connection to the remote server.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.