Uses of Interface
org.apache.activemq.command.Message.MessageDestination
-
Packages that use Message.MessageDestination Package Description org.apache.activemq.broker.region org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes -
-
Uses of Message.MessageDestination in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return Message.MessageDestination Modifier and Type Method Description Message.MessageDestinationMessageReference. getRegionDestination() -
Uses of Message.MessageDestination in org.apache.activemq.command
Methods in org.apache.activemq.command that return Message.MessageDestination Modifier and Type Method Description Message.MessageDestinationMessage. getRegionDestination()Methods in org.apache.activemq.command with parameters of type Message.MessageDestination Modifier and Type Method Description voidMessage. setRegionDestination(Message.MessageDestination destination)
-