Uses of Interface
org.apache.activemq.broker.jmx.ProducerViewMBean
-
Packages that use ProducerViewMBean 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 ProducerViewMBean in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement ProducerViewMBean Modifier and Type Class Description class
ProducerView
-
Uses of ProducerViewMBean in org.apache.activemq.web
Methods in org.apache.activemq.web that return types with arguments of type ProducerViewMBean Modifier and Type Method Description Collection<ProducerViewMBean>
QueueProducerQuery. getProducers()
Collection<ProducerViewMBean>
TopicProducerQuery. getProducers()
Collection<ProducerViewMBean>
BrokerFacade. getQueueProducers(String queueName)
All active producers to a queue.Collection<ProducerViewMBean>
BrokerFacadeSupport. getQueueProducers(String queueName)
Collection<ProducerViewMBean>
BrokerFacade. getTopicProducers(String queueName)
All active producers to a topic.Collection<ProducerViewMBean>
BrokerFacadeSupport. getTopicProducers(String topicName)
-