| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterConnection> |
Server.ServerResources.clusterConnections()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.clusterConnection(ClusterConnection value)
Add the org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.clusterConnections(List<ClusterConnection> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConnection |
ClusterConnection.allowDirectConnectionsOnly(Boolean value)
Whether, if a node learns of the existence of a node that is more than 1 hop away, we do not create a bridge for direct cluster connection.
|
ClusterConnection |
ClusterConnection.callFailoverTimeout(Long value)
The timeout to use when fail over is in process (in ms) for remote calls made by the cluster connection.
|
ClusterConnection |
ClusterConnection.callTimeout(Long value)
The timeout (in ms) for remote calls made by the cluster connection.
|
ClusterConnection |
ClusterConnection.checkPeriod(Long value)
The period (in milliseconds) between client failure check.
|
ClusterConnection |
ClusterConnection.clusterConnectionAddress(String value)
Each cluster connection only applies to messages sent to an address that starts with this value.
|
ClusterConnection |
ClusterConnection.confirmationWindowSize(Integer value)
The confirmation-window-size to use for the connection used to forward messages to a target node.
|
ClusterConnection |
ClusterConnection.connectionTtl(Long value)
The maximum time (in milliseconds) for which the connections used by the cluster connections are considered alive (in the absence of heartbeat).
|
ClusterConnection |
ClusterConnection.connectorName(String value)
The name of connector to use for live connection
|
ClusterConnection |
ClusterConnection.discoveryGroup(String value)
The discovery group used to obtain the list of other servers in the cluster to which this cluster connection will make connections.
|
ClusterConnection |
ClusterConnection.initialConnectAttempts(Integer value)
The number of attempts to connect initially with this cluster connection.
|
ClusterConnection |
ClusterConnection.maxHops(Integer value)
The maximum number of times a message can be forwarded.
|
ClusterConnection |
ClusterConnection.maxRetryInterval(Long value)
The maximum interval of time used to retry connections
|
ClusterConnection |
ClusterConnection.messageLoadBalancingType(String value)
The type of message load balancing provided by the cluster connection.
|
ClusterConnection |
ClusterConnection.minLargeMessageSize(Integer value)
The minimum size (in bytes) for a message before it is considered as a large message.
|
ClusterConnection |
ClusterConnection.nodeId(String value)
The node ID used by this cluster connection.
|
ClusterConnection |
ClusterConnection.notificationAttempts(Integer value)
How many times the cluster connection will broadcast itself
|
ClusterConnection |
ClusterConnection.notificationInterval(Long value)
How often the cluster connection will broadcast itself
|
ClusterConnection |
ClusterConnection.reconnectAttempts(Integer value)
The total number of reconnect attempts the bridge will make before giving up and shutting down.
|
ClusterConnection |
ClusterConnection.retryInterval(Long value)
The period in milliseconds between subsequent attempts to reconnect to a target server, if the connection to the target server has failed.
|
ClusterConnection |
ClusterConnection.retryIntervalMultiplier(BigDecimal value)
A multiplier to apply to the time since the last retry to compute the time to the next retry.
|
ClusterConnection |
ClusterConnection.started(Boolean value)
Whether the cluster connection is started.
|
ClusterConnection |
ClusterConnection.staticConnectors(List<String> value)
The statically defined list of connectors to which this cluster connection will make connections.
|
ClusterConnection |
ClusterConnection.topology(String value)
The topology of the nodes that this cluster connection is aware of.
|
ClusterConnection |
ClusterConnection.useDuplicateDetection(Boolean value)
Whether the bridge will automatically insert a duplicate id property into each message that it forwards.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.