[GitHub] activemq-artemis pull request #2093: ARTEMIS-1872 Check for queue exists bef...

2018-05-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2093 ---

[GitHub] activemq-artemis pull request #2093: ARTEMIS-1872 Check for queue exists bef...

2018-05-22 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2093#discussion_r189874889 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/SimpleString.java --- @@ -150,6 +150,10 @@ public

[GitHub] activemq-artemis pull request #2093: ARTEMIS-1872 Check for queue exists bef...

2018-05-22 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2093#discussion_r189859957 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/SimpleString.java --- @@ -150,6 +150,10 @@ public CharSequence

[GitHub] activemq-artemis pull request #2093: ARTEMIS-1872 Check for queue exists bef...

2018-05-18 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/2093 ARTEMIS-1872 Check for queue exists before creating shared queue 1. Add tests case to verify issue and fix, tests also tests for same behavior using CORE, OPENWIRE and AMQP