I was wondering how can subscribe via mqtt to an JMS/activemq topic which was
created with a forward slash on its name. 

I understand that forward slashs are special characters in mqtt and as a
consequence the activemq converts "/" in the Topic names to ".". However, in
my case, I need to connect to topics that have been created using JMS and
which are written as an uri (example http://activemq.apache.org/) and that
therefore have "/" on their names. 

Is there anyway to scape the "/" on the mqtt conversion at the activemq
broker? I havent seen it in the source
(https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=blob;f=activemq-mqtt/src/main/java/org/apache/activemq/transport/mqtt/MQTTProtocolConverter.java;h=ac598e7c38825b88c233de52b5b81f205797f737;hb=a63a8320eabbe4e988b6d67eb6cf84aa0d294e0a)
 



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Is-there-any-way-to-subscribe-via-mqtt-to-JSM-topic-which-has-a-on-its-name-tp4671391.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to