You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by mtaylor <gi...@git.apache.org> on 2018/03/19 15:04:11 UTC

[GitHub] activemq-artemis pull request #1958: ARTEMIS-1753 Prevent NPE on 1.x Client ...

GitHub user mtaylor opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1958

    ARTEMIS-1753 Prevent NPE on 1.x Client Topic Sub

    When creting a durable topic subscription using the Artemis 1.x JMS
    client library.  The client sends a QueueQuery to the server to see if
    the durable subsciption queue already exists.  The broker then performs
    some transformation of the queue addresses to suit the 1.x naming
    scheme.  However, if the queue does not already exist the transform is
    attempted on a null string causing NPE.  To fix we simply check that the
    result return isExists=true.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-1753

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1958.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1958
    
----

----


---

[GitHub] activemq-artemis pull request #1958: ARTEMIS-1753 Prevent NPE on 1.x Client ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1958


---