Re: Dispatch queue 'mqtt client' was not executing error from camel-mqtt producer

2014-08-05 Thread Tomohisa Igarashi
Hi, I filed a JIRA for this issue: https://issues.apache.org/jira/browse/CAMEL-7662 Thanks, Tomo -- IGARASHI Tomohisamailto:tm.igara...@gmail.com On Thu, Jul 17, 2014 at 4:03 PM, Tomohisa Igarashi wrote: > Hi Charles, > > I don't think it's a warning, please see this surefire report: > ht

Re: Dispatch queue 'mqtt client' was not executing error from camel-mqtt producer

2014-07-17 Thread Tomohisa Igarashi
Hi Charles, I don't think it's a warning, please see this surefire report: http://pastebin.com/zYGxWmNx You can see the test fails with this error. The message is not sent actually. Thanks, Tomo -- IGARASHI Tomohisamailto:tm.igara...@gmail.com On Thu, Jul 17, 2014 at 3:47 PM, Charles Moul

Re: Dispatch queue 'mqtt client' was not executing error from camel-mqtt producer

2014-07-16 Thread Charles Moulliard
There is an issue with the unit test, reason why the test is commented. The message that you see is a warning reported when the camel route service shutting down and I don't think that it is related to the fact that test fails --> 2014-07-17 07:38:09,267 [main ] WARN DefaultCamelConte

Re: Dispatch queue 'mqtt client' was not executing error from camel-mqtt producer

2014-07-16 Thread Tomohisa Igarashi
I see this error with just commented out the following line and run mvn clean package: https://github.com/apache/camel/blob/camel-2.12.2/components/camel-mqtt/pom.xml#L84 (07/17/2014 03:00 PM), Charles Moulliard wrote: You can use camel mqtt component to produce ( https://github.com/apache/came

Re: Dispatch queue 'mqtt client' was not executing error from camel-mqtt producer

2014-07-16 Thread Charles Moulliard
You can use camel mqtt component to produce ( https://github.com/apache/camel/blob/camel-2.12.2/components/camel-mqtt/src/main/java/org/apache/camel/component/mqtt/MQTTProducer.java ) Can you provide us more info about your use case, config, ... ? On Thu, Jul 17, 2014 at 7:05 AM, Tomohisa Igarash

Dispatch queue 'mqtt client' was not executing error from camel-mqtt producer

2014-07-16 Thread Tomohisa Igarashi
Hi, I'm trying to use camel-mqtt producer on camel 2.12.2 but it fails with the error: -- Caused by: java.lang.AssertionError: Dispatch queue 'mqtt client' was not executing, (currently executing: 'mqtt client') at org.fusesource.hawtdispatch.internal.SerialDispatchQue