| Package | Description |
|---|---|
| org.apache.activemq.broker.view |
Broker Plugins for visualising the current system
|
| Modifier and Type | Method and Description |
|---|---|
BrokerDestinationView |
MessageBrokerView.getDestinationView(ActiveMQDestination activeMQDestination)
Get the BrokerDestinationView associated with destination
|
BrokerDestinationView |
MessageBrokerView.getDestinationView(java.lang.String destinationName)
It will be assumed the destinationName is prepended with topic:// or queue:// - but
will default to a Queue
|
BrokerDestinationView |
MessageBrokerView.getDestinationView(java.lang.String destinationName,
byte type)
Get the BrokerDestinationView associated with destination
|
BrokerDestinationView |
MessageBrokerView.getQueueDestinationView(java.lang.String destinationName)
Get the BrokerDestinationView associated with the queue
|
BrokerDestinationView |
MessageBrokerView.getTopicDestinationView(java.lang.String destinationName)
Get the BrokerDestinationView associated with the topic
|
Copyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.