Re: [Architecture] MB 3.0.0 MQTT Integration Status

2014-03-10 Thread Pamod Sylvester
While testing with the Interop test suite the following tests failed with the default parameters (TIMEOUT = 500 ms and CONNECTION_TIME_OUT = 1000 ms). where timeout is the amount of time a subscriber awaits for a message and connection time out is the whole time the connection will be maintained

Re: [Architecture] MB 3.0.0 MQTT Integration Status

2014-03-10 Thread Srinath Perera
Pamod. shall we write some test cases right away .. to test it and load test it. Make sure we do all their QOS scenarios How is publishing and receiving throughputs? we need to measure that Also What is end to end latency? --Srinath On Mon, Mar 10, 2014 at 12:38 PM, Pamod Sylvester

Re: [Architecture] MB 3.0.0 MQTT Integration Status

2014-03-10 Thread Srinath Perera
ah OK. Can we get the introp tests integrated with our product or integration tests? On Mon, Mar 10, 2014 at 2:03 PM, Pamod Sylvester pa...@wso2.com wrote: Hi Srinath, I have a client written to generate the load, will do a performance round and will let know of the figures ASAP. Mean while

Re: [Architecture] MB 3.0.0 MQTT Integration Status

2014-03-10 Thread Pamod Sylvester
Yes. They are Junit test cases. We could integrate them. Thanks, Pamod On Mon, Mar 10, 2014 at 2:15 PM, Srinath Perera srin...@wso2.com wrote: ah OK. Can we get the introp tests integrated with our product or integration tests? On Mon, Mar 10, 2014 at 2:03 PM, Pamod Sylvester

Re: [Architecture] MB 3.0.0 MQTT Integration Status

2014-03-08 Thread Paul Fremantle
Pamod The ideal situation is to aim to get these changes back into Moquette. That means (a) getting them into a shape where they are generically useful to the Moquette community - so that other people wishing to embed Moquette would also look at this and say yes please, and (b) persuading the

Re: [Architecture] MB 3.0.0 MQTT Integration Status

2014-03-08 Thread Pamod Sylvester
Hi Paul, +1 to reflect the changes back to the community. Will get in touch with their mailing list. Also next line item is to test the flows using the Interop test suite. Will get back to you with the results ASAP. Thanks, Pamod On Saturday, March 8, 2014, Paul Fremantle p...@wso2.com wrote:

Re: [Architecture] MB 3.0.0 MQTT Integration Status

2014-03-07 Thread Samisa Abeysinghe
On Sat, Mar 8, 2014 at 10:00 AM, Pamod Sylvester pa...@wso2.com wrote: Hi All, The following is the status of the MQTT Moquette library integration with MB 3.0.0, ~ Library was revamped to fit in with the Andes kernel. Have we done local changes in this re-vamp? How do we plan to maintain

Re: [Architecture] MB 3.0.0 MQTT Integration Status

2014-03-07 Thread Pamod Sylvester
Hi Samisa, Yes we did changes which are local to the Moquette library, However, the changes were done in a separate class to act as an interface between the Andes Kernal and the MQTT library. All the changes which are specific for the kernel integration are embedded in that class, so that when