Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.broker.jmx |
JMX MBeans for the broker and its core connectors.
|
org.apache.activemq.network |
Support for federated networks of brokers.
|
org.apache.activemq.plugin | |
org.apache.activemq.transport |
Class and Description |
---|
BrokerView |
ManagedTransportConnector
A managed transport connector which can create multiple managed connections
as clients connect.
|
ManagementContext
An abstraction over JMX mbean registration
|
Class and Description | |||||||
---|---|---|---|---|---|---|---|
AbortSlowAckConsumerStrategyViewMBean | |||||||
AbortSlowConsumerStrategyView | |||||||
AbortSlowConsumerStrategyViewMBean | |||||||
AnnotatedMBean
MBean that looks for method/parameter descriptions in the Info annotation.
|
|||||||
BrokerViewMBean | |||||||
ConnectionViewMBean | |||||||
ConnectorViewMBean | |||||||
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 | |||||||
DestinationViewMBean | |||||||
DurableSubscriptionView | |||||||
DurableSubscriptionViewMBean | |||||||
HealthStatus | |||||||
HealthViewMBean
Returns the status events of the broker to indicate any warnings.
|
|||||||
JmsConnectorViewMBean | |||||||
JobSchedulerViewMBean | |||||||
Log4JConfigViewMBean
Log4J Configuration Management MBean used to alter the runtime log levels
or force a reload of the Log4J configuration file.
|
|||||||
ManagedRegionBroker | |||||||
ManagedTransportConnector
A managed transport connector which can create multiple managed connections
as clients connect.
|
|||||||
ManagementContext
An abstraction over JMX mbean registration
|
|||||||
MBeanInfo | |||||||
NetworkBridgeView | |||||||
NetworkBridgeViewMBean | |||||||
NetworkConnectorViewMBean | |||||||
NetworkDestinationView | |||||||
NetworkDestinationViewMBean | |||||||
OpenTypeSupport.OpenTypeFactory | |||||||
PersistenceAdapterViewMBean | |||||||
ProducerView | |||||||
ProducerViewMBean | |||||||
ProxyConnectorViewMBean | |||||||
QueueViewMBean | |||||||
RecoveredXATransactionViewMBean | |||||||
Sensitive | |||||||
SubscriptionView | |||||||
SubscriptionViewMBean | |||||||
TopicSubscriptionViewMBean | |||||||
TopicViewMBean | |||||||
VirtualDestinationSelectorCacheViewMBean
Created by ceposta
Copyright © 2005–2018 FuseSource, Corp.. All rights reserved. |