Re: Issue in publishTopicName in mqtt component

2015-01-11 Thread Claus Ibsen
Hi I logged a ticket to not forget about this https://issues.apache.org/jira/browse/CAMEL-8228 On Sun, Dec 21, 2014 at 7:57 PM, Pontus Ullgren wrote: > Just tested this usecase and I can indeed recreate it with the Camel 2.14.1. > Have you opened a Jira for this issue already if not I can create

Re: Issue in publishTopicName in mqtt component

2014-12-21 Thread Pontus Ullgren
Just tested this usecase and I can indeed recreate it with the Camel 2.14.1. Have you opened a Jira for this issue already if not I can create one with a test case showing the issue. As a workaround you can add split the route into two with a seda queue between them. On Thu, Dec 11, 20

Issue in publishTopicName in mqtt component

2014-12-10 Thread Jinesh M.K
Hi, I have a spring DSL route definition here message is consumed from test/hello topic and publishing is happen in the same consumed topic (publishTopicName is ignored). How to solve it? Thanks -- Jinesh M.K