public interface ClusterConnectionControl extends ActiveMQComponentControl
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the address used by this cluster connection.
|
String |
getDiscoveryGroupName()
Returns the name of the discovery group used by this cluster connection.
|
int |
getMaxHops()
Returns the maximum number of hops used by this cluster connection.
|
String |
getMessageLoadBalancingType()
Return the type of message load balancing strategy this bridge will use.
|
String |
getName()
Returns the configuration name of this cluster connection.
|
String |
getNodeID()
Returns the node ID used by this cluster connection.
|
Map<String,String> |
getNodes()
Returns a map of the nodes connected to this cluster connection.
|
long |
getRetryInterval()
Returns the connection retry interval used by this cluster connection.
|
Object[] |
getStaticConnectors()
Returns the list of static connectors
|
String |
getStaticConnectorsAsJSON()
Returns the list of static connectors as JSON
|
String |
getTopology()
Return the Topology that this Cluster Connection knows about
|
boolean |
isDuplicateDetection()
Return whether this cluster connection use duplicate detection.
|
isStarted, start, stop
String getName()
String getAddress()
String getNodeID()
boolean isDuplicateDetection()
String getMessageLoadBalancingType()
String getTopology()
int getMaxHops()
Object[] getStaticConnectors()
String getStaticConnectorsAsJSON() throws Exception
Exception
String getDiscoveryGroupName()
long getRetryInterval()
Copyright © 2018 JBoss by Red Hat. All rights reserved.