Okay, I delved into the source code a bit  here
<https://github.com/apache/activemq/blob/20f384ce59b758a0f3c1b0e0620e2efd58ca230a/activemq-broker/src/main/java/org/apache/activemq/broker/util/DestinationPathSeparatorBroker.java>
  
and  here
<https://github.com/apache/activemq/blob/20f384ce59b758a0f3c1b0e0620e2efd58ca230a/activemq-client/src/main/java/org/apache/activemq/filter/DestinationPath.java>
  
and I indeed found out that it does not support dots inside the segments. It
merely converts the user defined separators to dots, so it ends confusing
separating dots to other dots. I guess we'll have to work around this. I am
certainly looking forward for such support in the future. It also may be a
good idea to document what is considered a valid name in virtual
destinations to prevent future confusions as mine.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/destinationPathSeparatorPlugin-doesn-t-work-as-expected-tp4677488p4677507.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to