Re: Unable to connect when trying to use mqtt

2015-03-06 Thread Vladimir Savochkin
ort.mqtt.MQTTTransportFilter. > > (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-tr

Re: Unable to connect when trying to use mqtt

2014-05-01 Thread surfnerd
Hi, As Tim told, use MQTT client instead of generic one. Try Mosquito pub/sub client. If you want JAVA try out Hiram's MQTT client / Eclipse Paho MQTT client. -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-connect-when-trying-to-use-mqtt-tp4680645p46

Re: Unable to connect when trying to use mqtt

2014-04-29 Thread Timothy Bish
View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-connect-when-trying-to-use-mqtt-tp4680645.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. ActiveMQConnectionFactory will create a client that speaks OpenWire only. If you want to speak MQTT you

Unable to connect when trying to use mqtt

2014-04-29 Thread karcel
283324.n4.nabble.com/Unable-to-connect-when-trying-to-use-mqtt-tp4680645.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.