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(String destinationName)
It will be assumed the destinationName is prepended with topic:// or queue:// - but
will default to a Queue
|
BrokerDestinationView |
MessageBrokerView.getDestinationView(String destinationName,
byte type)
Get the BrokerDestinationView associated with destination
|
BrokerDestinationView |
MessageBrokerView.getQueueDestinationView(String destinationName)
Get the BrokerDestinationView associated with the queue
|
BrokerDestinationView |
MessageBrokerView.getTopicDestinationView(String destinationName)
Get the BrokerDestinationView associated with the topic
|
Copyright © 2005–2022 FuseSource, Corp.. All rights reserved.