karcel wrote
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/fusesource/mqtt/codec/PINGRESP
>       at org.apache.activemq.transport.mqtt.MQTTProtocolConverter.
> <clinit>
> (MQTTProtocolConverter.java:87)
>       at org.apache.activemq.transport.mqtt.MQTTTransportFilter.
> <init>
> (MQTTTransportFilter.java:55)

Ensure you have all requied libs in classpath.
Looks like mqtt-client-1.10.jar containing class
org.fusesource.mqtt.codec.PINGRESP is missing.




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Unable-to-connect-when-trying-to-use-mqtt-tp4680645p4692591.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to