Uses of Package
org.apache.activemq.broker.jmx
Packages that use org.apache.activemq.broker.jmx
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
JMX MBeans for the broker and its core connectors.
Support for federated networks of brokers.
-
Classes in org.apache.activemq.broker.jmx used by org.apache.activemq.brokerClassDescriptionA managed transport connector which can create multiple managed connections as clients connect.An abstraction over JMX MBean registration
-
Classes in org.apache.activemq.broker.jmx used by org.apache.activemq.broker.jmxClassDescriptionMBean that looks for method/parameter descriptions in the Info annotation.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.Returns the status events of the broker to indicate any warnings.Log4J Configuration Management MBean used to alter the runtime log levels or force a reload of the Log4J configuration file.A managed transport connector which can create multiple managed connections as clients connect.An abstraction over JMX MBean registrationCreated by ceposta <a href="http://christianposta.com/blog>http://christianposta.com/blog.
-
Classes in org.apache.activemq.broker.jmx used by org.apache.activemq.network
-
Classes in org.apache.activemq.broker.jmx used by org.apache.activemq.plugin
-
Classes in org.apache.activemq.broker.jmx used by org.apache.activemq.transport