Re: ActiveMQ 5.9.1 +MQTT

2014-05-26 Thread surfnerd
Hey Rob, Sure. I will create JIRA for the same. Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-9-1-MQTT-tp4680744p4681425.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ 5.9.1 +MQTT

2014-05-15 Thread Robert Davies
Yikes - WS got missed want to raise a jira? On 7 May 2014, at 03:43, surfnerd surfn...@outlook.com wrote: Hi, Actually link stealing doesn't work for MQTT + Webscokets. Simple testing: Connect with MQTT WS client library ( Eclipse Paho) and connect-disconnect multiple times. It will give

Re: ActiveMQ 5.9.1 +MQTT

2014-05-07 Thread surfnerd
Hi, Actually link stealing doesn't work for MQTT + Webscokets. Simple testing: Connect with MQTT WS client library ( Eclipse Paho) and connect-disconnect multiple times. It will give error of client already connected. Thanks -- View this message in context:

Re: ActiveMQ 5.9.1 +MQTT

2014-05-02 Thread Gary Tully
for 1) is that covered by https://issues.apache.org/jira/browse/AMQ-4719 On 1 May 2014 07:15, surfnerd surfn...@outlook.com wrote: It is possible to implement IBM type of HA solution with ActiveMQ. 1. ActiveMQ MQTT has problem with same clientid reconnection. As per MQTT definition, same

Re: ActiveMQ 5.9.1 +MQTT

2014-05-02 Thread guerra
Thank you for your replies We'll start soon to do some tests with Java/C and one or two arduinos attached to the broker to see how it goes. Cheers -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-9-1-MQTT-tp4680744p4680811.html Sent from the ActiveMQ - User

Re: ActiveMQ 5.9.1 +MQTT

2014-05-01 Thread surfnerd
It is possible to implement IBM type of HA solution with ActiveMQ. 1. ActiveMQ MQTT has problem with same clientid reconnection. As per MQTT definition, same clientID should replace existing connection. When I tried MQTT client reconnection and failover, there were many challenges. 2. Problems

ActiveMQ 5.9.1 +MQTT

2014-04-30 Thread guerra
Hi, I've just wondering whether MQTT running on ActiveMQ has support for the failover protocol. AFAIK MQTT supports the HA feature but, does anyone know whether this can work on ActiveMQ? Thank you and cheers -- View this message in context:

Re: ActiveMQ 5.9.1 +MQTT

2014-04-30 Thread Timothy Bish
On 04/30/2014 08:20 AM, guerra wrote: Hi, I've just wondering whether MQTT running on ActiveMQ has support for the failover protocol. AFAIK MQTT supports the HA feature but, does anyone know whether this can work on ActiveMQ? Thank you and cheers -- View this message in context:

Re: ActiveMQ 5.9.1 +MQTT

2014-04-30 Thread guerra
Okay, thanks for your reply. Yes, you are right but I was looking at this link https://pic.dhe.ibm.com/infocenter/ism/v1r0m0/index.jsp?topic=%2Fcom.ibm.ism.doc%2FDeveloping%2Fdevmqttapp.html