[GitHub] activemq-artemis pull request #1071: Add a test for MQTT will message with n...

2017-03-10 Thread orpiske
Github user orpiske closed the pull request at: https://github.com/apache/activemq-artemis/pull/1071 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] activemq-artemis pull request #1071: Add a test for MQTT will message with n...

2017-03-09 Thread orpiske
Github user orpiske commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1071#discussion_r105194247 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTest.java --- @@ -1067,6

[GitHub] activemq-artemis pull request #1071: Add a test for MQTT will message with n...

2017-03-09 Thread mtaylor
Github user mtaylor commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1071#discussion_r105178355 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTest.java --- @@ -1067,6

[GitHub] activemq-artemis pull request #1071: Add a test for MQTT will message with n...

2017-03-09 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1071#discussion_r105169899 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTest.java --- @@ -1067,6

[GitHub] activemq-artemis pull request #1071: Add a test for MQTT will message with n...

2017-03-09 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1071#discussion_r105169685 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTest.java --- @@ -1067,6

[GitHub] activemq-artemis pull request #1071: Add a test for MQTT will message with n...

2017-03-08 Thread orpiske
GitHub user orpiske opened a pull request: https://github.com/apache/activemq-artemis/pull/1071 Add a test for MQTT will message with non-retain flag This patch adds a new test that verifies if the broker is able to send a will message if the retain flag is set to false. You