Re: Camel raising Exception for continuous MQTT Publishing

2014-02-17 Thread harikrish07121991
Updated Camel to its latest SNAPSHOT, but still the same issue persists ... Let me ask u something , is it the error of Apache Camel not able to process multiple mqtt streams ?/?? -- View this message in context:

Camel raising Exception for continuous MQTT Publishing

2014-02-13 Thread harikrish07121991
Hai everyone , am using Apache Camel MQTT adapter for publishing some data continuously to a message stream but it raises the following exception upon continuous publishing .. I guess its the error of MQTT adapter not able to disconnect from the previous opened connection .. ERROR

Re: Camel raising Exception for continuous MQTT Publishing

2014-02-13 Thread harikrish07121991
Hai Claus , Thanks for replying .. am using Apache Camel 2.11.0 .. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-raising-Exception-for-continuous-MQTT-Publishing-tp5747286p5747291.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ZeroMQ publishing infinte number of times

2013-12-05 Thread harikrish07121991
Thanks guys .. for the help .. got it .. -- View this message in context: http://camel.465427.n5.nabble.com/ZeroMQ-publishing-infinte-number-of-times-tp5744307p5744367.html Sent from the Camel - Users mailing list archive at Nabble.com.

ZeroMQ publishing infinte number of times

2013-12-04 Thread harikrish07121991
Using the following creating a dynamic ZeroMQ route camel:route camel:from uri=seda:sample/ log message=stream slip message=${body} / camel:dynamicRouter camel:method

Re: ZeroMQ publishing infinte number of times

2013-12-04 Thread harikrish07121991
Thanks for your reply Claus Ibsen-2 but you got me wrong, i want to create a dynamic route depending upon the data i am receiving .. ie each time the zmq route changes . -- View this message in context: