Uses of Class
org.apache.activemq.broker.view.BrokerDestinationView
-
Packages that use BrokerDestinationView Package Description org.apache.activemq.broker.view Broker Plugins for visualising the current system -
-
Uses of BrokerDestinationView in org.apache.activemq.broker.view
Methods in org.apache.activemq.broker.view that return BrokerDestinationView Modifier and Type Method Description BrokerDestinationView
MessageBrokerView. getDestinationView(String destinationName)
It will be assumed the destinationName is prepended with topic:// or queue:// - but will default to a QueueBrokerDestinationView
MessageBrokerView. getDestinationView(String destinationName, byte type)
Get the BrokerDestinationView associated with destinationBrokerDestinationView
MessageBrokerView. getDestinationView(ActiveMQDestination activeMQDestination)
Get the BrokerDestinationView associated with destinationBrokerDestinationView
MessageBrokerView. getQueueDestinationView(String destinationName)
Get the BrokerDestinationView associated with the queueBrokerDestinationView
MessageBrokerView. getTopicDestinationView(String destinationName)
Get the BrokerDestinationView associated with the topic
-