Uses of Class
org.apache.activemq.broker.jmx.ManagedRegionBroker
-
Packages that use ManagedRegionBroker Package Description org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to web browser or JavaScript clients. -
-
Uses of ManagedRegionBroker in org.apache.activemq.broker.jmx
Fields in org.apache.activemq.broker.jmx declared as ManagedRegionBroker Modifier and Type Field Description protected ManagedRegionBroker
DestinationView. broker
protected ManagedRegionBroker
DurableSubscriptionView. broker
protected ManagedRegionBroker
ProducerView. broker
Methods in org.apache.activemq.broker.jmx that return ManagedRegionBroker Modifier and Type Method Description ManagedRegionBroker
BrokerView. getBroker()
Methods in org.apache.activemq.broker.jmx with parameters of type ManagedRegionBroker Modifier and Type Method Description void
BrokerView. setBroker(ManagedRegionBroker broker)
-
Uses of ManagedRegionBroker in org.apache.activemq.web
Methods in org.apache.activemq.web that return ManagedRegionBroker Modifier and Type Method Description ManagedRegionBroker
LocalBrokerFacade. getManagedBroker()
-