Re: how about the performance of ActiveMQ MQTT transportConnector?

2014-09-10 Thread surfnerd
Your benchmarks are about right. QoS 1 should be slightly higher than that. What is the size of the message ? Which persistence storage are you using ? -- View this message in context:

Re: Using Topic For Publish / Subscribe

2014-07-28 Thread surfnerd
Which client and which protocol are you using ? Your question is not clear. Can you please specify a bit ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Using-Topic-For-Publish-Subscribe-tp4683510p4683748.html Sent from the ActiveMQ - User mailing list archive at

Re: ACtivemq 5.10 compatibility

2014-06-20 Thread surfnerd
We migrated from 5.8 to 5.10 without any problem. Which protocol are you using ? -- View this message in context: http://activemq.2283324.n4.nabble.com/ACtivemq-5-10-compatibility-tp4682244p4682342.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Websocket + MQTT + NIO: Scaling

2014-06-18 Thread surfnerd
Can you please upload your full configuration file for AMQ ? I never tried performance on Java 8 though. -- View this message in context: http://activemq.2283324.n4.nabble.com/Websocket-MQTT-NIO-Scaling-tp4681426p4682275.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Concurrent connections with same clientid to networks of brokers

2014-06-04 Thread surfnerd
That would really useful feature for NB. Can you create JIRA for the same ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Concurrent-connections-with-same-clientid-to-networks-of-brokers-tp4681621p4681647.html Sent from the ActiveMQ - User mailing list archive at

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-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: How can I convert message from MQTTTransport?

2014-05-02 Thread surfnerd
I tried snapshot. But it was still not fixed. Dhiraj Bokde published a patch today. Let me try. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-can-I-convert-message-from-MQTTTransport-tp4680383p4680804.html Sent from the ActiveMQ - User mailing list archive at

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

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:

Re: How can I convert message from MQTTTransport?

2014-05-01 Thread surfnerd
Can you please give me reference link ? -- View this message in context: http://activemq.2283324.n4.nabble.com/How-can-I-convert-message-from-MQTTTransport-tp4680383p4680772.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How can I convert message from MQTTTransport?

2014-05-01 Thread surfnerd
Hi, MQTT wildcard currently bypasses Authentication /Authorization. I created JIRA for it. https://issues.apache.org/jira/browse/AMQ-5160 Have you developed any patch ? -- View this message in context: