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 ManagedRegionBrokerDestinationView. brokerprotected ManagedRegionBrokerDurableSubscriptionView. brokerprotected ManagedRegionBrokerProducerView. brokerMethods in org.apache.activemq.broker.jmx that return ManagedRegionBroker Modifier and Type Method Description ManagedRegionBrokerBrokerView. getBroker()Methods in org.apache.activemq.broker.jmx with parameters of type ManagedRegionBroker Modifier and Type Method Description voidBrokerView. 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 ManagedRegionBrokerLocalBrokerFacade. getManagedBroker()
-