Re: Problem in mqtt Component

2014-02-11 Thread Robert Davies
> -- > View this message in context: > http://camel.465427.n5.nabble.com/Problem-in-mqtt-Component-tp5733027p5747127.html > Sent from the Camel - Users mailing list archive at Nabble.com. Rob Davies Red Hat, Inc Twitter: rajdavies Blog: http://rajdavies.blogspot.com ActiveMQ in Action: http://www.manning.com/snyder/

Re: Problem in mqtt Component

2014-02-11 Thread Zadko
ponent currently only supports polling (consuming) feeds. It makes me wonder why the component would include a publishTopicName option if it doesnt support publishing messages. I am doing some further digging on this. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-i

Re: Problem in mqtt Component

2013-05-23 Thread Jinesh M.K
Hi Jiang, Thanks for rthe eply On 24 May 2013 07:38, Willem jiang wrote: > Hi > > Did you push some message to the topic which the route is subscribed? > Yes, using some Java MQTT client Can you add some log between your first route from and to endpoints? I done like this

Re: Problem in mqtt Component

2013-05-23 Thread Willem jiang
Hi Did you push some message to the topic which the route is subscribed? Can you add some log between your first route from and to endpoints? -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogs

Problem in mqtt Component

2013-05-23 Thread Jinesh M.K
Hi, I have some problem with mqtt end point using spring DSL. Here my route definition Using this route definition, the program taking long time to print the log message and nothing is published under test1/test topic. If I remove any on

Re: Problem in mqtt Component

2013-05-23 Thread Robert Davies
Hi Jinesh, which MQTT broker are you running and which version ? It looks like the client isn't able to connect for some reason. Also - which version of Apache Camel are you using ? thanks, Rob On 23 May 2013, at 13:42, Jinesh M.K wrote: > Hi, > > I have some problem with mqtt end point usi

Problem in mqtt Component

2013-05-23 Thread Jinesh M.K
Hi, I have some problem with mqtt end point using spring DSL. Here my route definition Using this route definition, the program taking long time to print the log message and nothing is published under test1/test topic. If I remove any on