Package org.apache.activemq.filter
Class DestinationPath
java.lang.Object
org.apache.activemq.filter.DestinationPath
Helper class for decomposing a Destination into a number of paths
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]getDestinationPaths(String subject) static String[]getDestinationPaths(ActiveMQDestination destination) static String[]getDestinationPaths(Message message) static StringConverts the paths to a single String seperated by dots.
-
Field Details
-
SEPARATOR
protected static final char SEPARATOR- See Also:
-
-
Method Details
-
getDestinationPaths
-
getDestinationPaths
- Throws:
jakarta.jms.JMSException
-
getDestinationPaths
-
toString
Converts the paths to a single String seperated by dots.- Parameters:
paths-- Returns:
-