Hi, I have a spring DSL route definition
<camel:route> <camel:from uri="mqtt:foo?host=tcp://myhost:1883&subscribeTopicName=test/hello" /> <camel:to uri="mqtt:bar?host=tcp:/myhost:1883&publishTopicName=test1/test" /> <camel:log message="Message processed" /> </camel:route> 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