Package | Description |
---|---|
org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
org.apache.activemq.management |
An implementation of the J2EE Management API
|
org.apache.activemq.network |
Support for federated networks of brokers.
|
org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
Modifier and Type | Field and Description |
---|---|
protected CountStatisticImpl |
DestinationStatistics.blockedSends |
protected CountStatisticImpl |
SubscriptionStatistics.consumedCount |
protected CountStatisticImpl |
ConnectorStatistics.consumers |
protected CountStatisticImpl |
DestinationStatistics.consumers |
protected CountStatisticImpl |
ConnectorStatistics.dequeues |
protected CountStatisticImpl |
SubscriptionStatistics.dequeues |
protected CountStatisticImpl |
DestinationStatistics.dequeues |
protected CountStatisticImpl |
SubscriptionStatistics.dispatched |
protected CountStatisticImpl |
DestinationStatistics.dispatched |
protected CountStatisticImpl |
ConnectorStatistics.enqueues |
protected CountStatisticImpl |
SubscriptionStatistics.enqueues |
protected CountStatisticImpl |
DestinationStatistics.enqueues |
protected CountStatisticImpl |
DestinationStatistics.expired |
protected CountStatisticImpl |
DestinationStatistics.forwards |
protected CountStatisticImpl |
DestinationStatistics.inflight |
protected CountStatisticImpl |
ConnectorStatistics.messages |
protected CountStatisticImpl |
DestinationStatistics.messages |
protected CountStatisticImpl |
DestinationStatistics.producers |
Modifier and Type | Field and Description |
---|---|
protected CountStatisticImpl |
JMSEndpointStatsImpl.expiredMessageCount |
protected CountStatisticImpl |
JMSEndpointStatsImpl.messageCount |
protected CountStatisticImpl |
JMSEndpointStatsImpl.pendingMessageCount |
Modifier and Type | Method and Description |
---|---|
CountStatisticImpl |
JCAConnectionPoolStatsImpl.getCloseCount() |
CountStatisticImpl |
JCAConnectionPoolStatsImpl.getCreateCount() |
CountStatisticImpl |
JMSSessionStatsImpl.getDurableSubscriptionCount() |
CountStatisticImpl |
JMSEndpointStatsImpl.getExpiredMessageCount() |
CountStatisticImpl |
JMSSessionStatsImpl.getExpiredMessageCount() |
CountStatisticImpl |
JMSEndpointStatsImpl.getMessageCount() |
CountStatisticImpl |
JMSSessionStatsImpl.getMessageCount() |
CountStatisticImpl |
CountStatisticImpl.getParent() |
CountStatisticImpl |
JMSEndpointStatsImpl.getPendingMessageCount() |
CountStatisticImpl |
JMSSessionStatsImpl.getPendingMessageCount() |
Modifier and Type | Method and Description |
---|---|
void |
CountStatisticImpl.setParent(CountStatisticImpl parent) |
protected void |
JMSEndpointStatsImpl.setParent(CountStatisticImpl child,
CountStatisticImpl parent) |
Modifier and Type | Field and Description |
---|---|
protected CountStatisticImpl |
NetworkBridgeStatistics.dequeues |
protected CountStatisticImpl |
NetworkBridgeStatistics.enqueues |
protected CountStatisticImpl |
NetworkBridgeStatistics.receivedCount |
Modifier and Type | Method and Description |
---|---|
CountStatisticImpl |
NetworkBridgeStatistics.getDequeues()
The current number of dequeues this bridge has, which is the number of
messages actually sent to and received by the remote broker.
|
CountStatisticImpl |
NetworkBridgeStatistics.getEnqueues()
The current number of enqueues this bridge has, which is the number of potential messages to be forwarded
Messages may not be forwarded if there is no subscription
|
CountStatisticImpl |
NetworkBridgeStatistics.getReceivedCount()
The number of messages that have been received by the NetworkBridge from the remote broker.
|
Modifier and Type | Field and Description |
---|---|
protected CountStatisticImpl |
MessageStoreStatistics.messageCount |
protected CountStatisticImpl |
AbstractMessageStoreStatistics.messageCount |
Modifier and Type | Method and Description |
---|---|
CountStatisticImpl |
MessageStoreStatistics.getMessageCount() |
CountStatisticImpl |
MessageStoreSubscriptionStatistics.getMessageCount()
Total count for all subscriptions
|
CountStatisticImpl |
AbstractMessageStoreStatistics.getMessageCount() |
CountStatisticImpl |
MessageStoreSubscriptionStatistics.getMessageCount(String subKey) |
Copyright © 2005–2017. All rights reserved.