Re: MQTT Request/Reply

2014-10-29 Thread Router
Thanks for your answer! Indeed, my concern to manage all exclusive topics might be a question for the ActiveMQ mailing list. I was hoping to get around exclusive topics sending the response directly after the camel route like in this description (didn't work for me): Reference: http://camel.4654

Re: MQTT Request/Reply

2014-10-29 Thread Henryk Konsek
Hi, > My current understanding is that every client must publish to a topic (e.g. > TargetTopic) configured in my broker. Yeah, I believe that exclusive reply topic is the best (only?) option for MQTT to achieve In/Out communication. > Due to the fact that I don't know how many clients will be t