Re: [Dev] Pull Requests for MQTT Integration tests.

2015-07-15 Thread Maheeka Jayasuriya
Hi Nuwan, On another note, can AMQP also be enabled on ActiveMQ similarly? I am considering the possibility of using ActiveMQ as an AMQP broker. Thanks, Maheeka Maheeka Jayasuriya Software Engineer Mobile : +9450661 On Mon, Jul 13, 2015 at 11:22 AM, Nuwan Wimalasekara nuw...@wso2.com

Re: [Dev] Pull Requests for MQTT Integration tests.

2015-07-15 Thread Nuwan Wimalasekara
Hi Mahika, Yes. AMQP also available with ActiveMQ server provided from framework. You can parse the TransportConnector with amqp endpoint to start the AMQP in ActiveMQ. Thanks, Nuwanw On Wed, Jul 15, 2015 at 1:30 PM, Maheeka Jayasuriya mahe...@wso2.com wrote: Hi Nuwan, On another note, can

[Dev] Pull Requests for MQTT Integration tests.

2015-07-12 Thread Elilmatha Sivanesan
Hi Malaka, Please review and merge PR [1] for MQTT Integration tests. [1] https://github.com/wso2/product-esb/pull/227 https://github.com/wso2/product-esb/pull/227 Thank you. -- *S.Elilmatha* Associate Software Engineer, WSO2 Inc.; http://wso2.com lean.enterprise.middleware Mobile

Re: [Dev] Pull Requests for MQTT Integration tests.

2015-07-12 Thread Malaka Silva
comment the test case in testng since framework does not support mqtt currently. Also put a reason mentioning the reason. On Mon, Jul 13, 2015 at 10:00 AM, Elilmatha Sivanesan elilma...@wso2.com wrote: Hi Malaka, Please review and merge PR [1] for MQTT Integration tests. [1]

Re: [Dev] Pull Requests for MQTT Integration tests.

2015-07-12 Thread Malaka Silva
Added some comments please check On Mon, Jul 13, 2015 at 10:30 AM, Malaka Silva mal...@wso2.com wrote: comment the test case in testng since framework does not support mqtt currently. Also put a reason mentioning the reason. On Mon, Jul 13, 2015 at 10:00 AM, Elilmatha Sivanesan

Re: [Dev] Pull Requests for MQTT Integration tests.

2015-07-12 Thread Maheeka Jayasuriya
Hi Elilmatha/Malaka, In RabbitMQ, we added integration tests as a platform test. Please refer mail thread at [1] for details. Few things to notice : - Tests are added to tests-platform module and skipped to avoid failures in jenkins - RabbitMQBrokerStartupTestCase which will start the

Re: [Dev] Pull Requests for MQTT Integration tests.

2015-07-12 Thread Malaka Silva
+1 On Mon, Jul 13, 2015 at 11:14 AM, Maheeka Jayasuriya mahe...@wso2.com wrote: Hi Elilmatha/Malaka, In RabbitMQ, we added integration tests as a platform test. Please refer mail thread at [1] for details. Few things to notice : - Tests are added to tests-platform module and skipped

Re: [Dev] Pull Requests for MQTT Integration tests.

2015-07-12 Thread Nuwan Wimalasekara
Hi MQTT is supported in test frameword 4.4.1 onward. ActiveMQ embedded server starts with mqtt endpoint. Thanks, Nuwanw On Mon, Jul 13, 2015 at 11:15 AM, Malaka Silva mal...@wso2.com wrote: +1 On Mon, Jul 13, 2015 at 11:14 AM, Maheeka Jayasuriya mahe...@wso2.com wrote: Hi