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.
|
Modifier and Type | Class and Description |
---|---|
class |
QueueView
Provides a JMX Management view of a Queue.
|
Modifier and Type | Method and Description |
---|---|
QueueViewMBean |
BrokerFacadeSupport.getQueue(String name) |
QueueViewMBean |
BrokerFacade.getQueue(String name)
Get the view of the queue with the specified name.
|
protected QueueViewMBean |
DestinationFacade.getQueueView() |
Modifier and Type | Method and Description |
---|---|
Collection<QueueViewMBean> |
BrokerFacadeSupport.getQueues() |
Collection<QueueViewMBean> |
BrokerFacade.getQueues()
All queues known to the broker.
|
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.