Package org.apache.activemq.broker.jmx
Interface ConnectorViewMBean
-
- All Superinterfaces:
org.apache.activemq.Service
- All Known Implementing Classes:
ConnectorView
public interface ConnectorViewMBean extends org.apache.activemq.Service
-
-
Method Summary
-
-
-
Method Detail
-
connectionCount
@Deprecated(forRemoval=true) int connectionCount()
Deprecated, for removal: This API element is subject to removal in a future version.
-
resetStatistics
void resetStatistics()
Resets the statistics
-
enableStatistics
void enableStatistics()
enable statistics gathering
-
disableStatistics
void disableStatistics()
disable statistics gathering
-
isStatisticsEnabled
boolean isStatisticsEnabled()
Returns true if statistics is enabled- Returns:
- true if statistics is enabled
-
isAllowLinkStealingEnabled
boolean isAllowLinkStealingEnabled()
Returns true if link stealing is enabled on this Connector- Returns:
- true if link stealing is enabled.
-
isUpdateClusterClients
boolean isUpdateClusterClients()
- Returns:
- true if update client connections when brokers leave/join a cluster
-
isRebalanceClusterClients
boolean isRebalanceClusterClients()
- Returns:
- true if clients should be re-balanced across the cluster
-
isUpdateClusterClientsOnRemove
boolean isUpdateClusterClientsOnRemove()
- Returns:
- true if clients should be updated when a broker is removed from a broker
-
getUpdateClusterFilter
String getUpdateClusterFilter()
- Returns:
- The comma separated string of regex patterns to match broker names for cluster client updates
-
getMaxConnectionExceededCount
long getMaxConnectionExceededCount()
- Returns:
- The number of occurrences the max connection count has been exceed
-
isAutoStart
boolean isAutoStart()
- Returns:
- true if transport connector auto start is enabled
-
isStarted
boolean isStarted()
- Returns:
- true if transport connector is started
-
getConnectURI
String getConnectURI()
- Returns:
- The direct connect uri
-
getPublishableConnectURI
String getPublishableConnectURI()
- Returns:
- The publishable connect uri
-
getBrokerName
String getBrokerName()
-
getBrokerInfoString
String getBrokerInfoString()
-
isEnableStatusMonitor
boolean isEnableStatusMonitor()
-
getURI
String getURI()
-
getDiscoveryURI
String getDiscoveryURI()
-
isAuditNetworkProducers
boolean isAuditNetworkProducers()
-
getMaximumProducersAllowedPerConnection
int getMaximumProducersAllowedPerConnection()
-
getMaximumConsumersAllowedPerConnection
int getMaximumConsumersAllowedPerConnection()
-
getConnectionCount
int getConnectionCount()
-
-