AbortSlowAckConsumerStrategyView |
|
AbortSlowConsumerStrategyView |
|
AnnotatedMBean |
MBean that looks for method/parameter descriptions in the Info annotation.
|
AsyncAnnotatedMBean |
MBean that invokes the requested operation using an async operation and waits for the result
if the operation times out then an exception is thrown.
|
BrokerMBeanSupport |
|
BrokerView |
|
CompositeDataHelper |
|
ConnectionView |
|
ConnectorView |
|
DestinationsViewFilter |
Defines a query API for destinations MBeans
Typical usage
return DestinationsViewFilter.create(filter)
.setDestinations(broker.getQueueViews())
.filter(page, pageSize);
where 'filter' is JSON representation of the query, like
{name: '77', filter:'nonEmpty', sortColumn:'queueSize', sortOrder:'desc'}
This returns a JSON map, containing filtered map of MBeans in the "data" field and total number of destinations that match criteria in the "count" field.
|
DestinationView |
|
DurableSubscriptionView |
|
HealthStatus |
|
HealthView |
|
InactiveDurableSubscriptionView |
|
JmsConnectorView |
|
JobSchedulerView |
MBean object that can be used to manage a single instance of a JobScheduler.
|
Log4JConfigView |
|
ManagedQueueRegion |
|
ManagedRegionBroker |
|
ManagedTempQueueRegion |
|
ManagedTempTopicRegion |
|
ManagedTopicRegion |
|
ManagedTransportConnection |
A managed transport connection
|
ManagedTransportConnector |
A managed transport connector which can create multiple managed connections
as clients connect.
|
ManagementContext |
An abstraction over JMX mbean registration
|
NetworkBridgeView |
|
NetworkConnectorView |
|
NetworkDestinationView |
|
OpenTypeSupport |
|
OpenTypeSupport.AbstractOpenTypeFactory |
|
PersistenceAdapterView |
|
ProducerView |
|
ProxyConnectorView |
|
QueueView |
Provides a JMX Management view of a Queue.
|
RecoveredXATransactionView |
|
SubscriptionView |
|
TopicSubscriptionView |
|
TopicView |
|
VirtualDestinationSelectorCacheView |
Created by ceposta
Package org.apache.activemq.broker.jmx Description
JMX MBeans for the broker and its core connectors.
Copyright © 2005–2019 FuseSource, Corp.. All rights reserved.
|