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/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 Igarashi <[email protected]>
wrote:
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.SerialDispatchQueue.assertExecuting(SerialDispatchQueue.java:145)
at
org.fusesource.mqtt.client.CallbackConnection.publish(CallbackConnection.java:585)
at
org.fusesource.mqtt.client.CallbackConnection.publish(CallbackConnection.java:581)
at
org.apache.camel.component.mqtt.MQTTEndpoint.publish(MQTTEndpoint.java:160)
at
org.apache.camel.component.mqtt.MQTTProducer.process(MQTTProducer.java:58)
...(snip)...
------------------------------
I found MQTTProducerTest in the camel-mqtt tests is excluded in its
pom.xml, so tried to run it but it fails with same error. Is
MQTTProducer not supported on camel 2.12.2?
Thanks,
Tomo
--
IGARASHI Tomohisa mailto:[email protected]
--
Tomohisa Igarashi
mailto:[email protected]