Uses of Interface
org.apache.activemq.broker.jmx.QueueViewMBean
-
Packages that use QueueViewMBean 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 QueueViewMBean in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement QueueViewMBean Modifier and Type Class Description class
QueueView
Provides a JMX Management view of a Queue. -
Uses of QueueViewMBean in org.apache.activemq.web
Methods in org.apache.activemq.web that return QueueViewMBean Modifier and Type Method Description QueueViewMBean
BrokerFacade. getQueue(String name)
Get the view of the queue with the specified name.QueueViewMBean
BrokerFacadeSupport. getQueue(String name)
protected QueueViewMBean
DestinationFacade. getQueueView()
Methods in org.apache.activemq.web that return types with arguments of type QueueViewMBean Modifier and Type Method Description Collection<QueueViewMBean>
BrokerFacade. getQueues()
All queues known to the broker.Collection<QueueViewMBean>
BrokerFacadeSupport. getQueues()
-