Uses of Class
org.apache.activemq.broker.view.BrokerDestinationView
Packages that use BrokerDestinationView
Package
Description
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 BrokerDestinationViewModifier and TypeMethodDescriptionMessageBrokerView.getDestinationView(String destinationName) It will be assumed the destinationName is prepended with topic:// or queue:// - but will default to a QueueMessageBrokerView.getDestinationView(String destinationName, byte type) Get the BrokerDestinationView associated with destinationMessageBrokerView.getDestinationView(org.apache.activemq.command.ActiveMQDestination activeMQDestination) Get the BrokerDestinationView associated with destinationMessageBrokerView.getQueueDestinationView(String destinationName) Get the BrokerDestinationView associated with the queueMessageBrokerView.getTopicDestinationView(String destinationName) Get the BrokerDestinationView associated with the topic