You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by jmesnil <gi...@git.apache.org> on 2017/10/23 13:04:11 UTC

[GitHub] activemq-artemis pull request #1604: [1.x] [ARTEMIS-1475] Fix NPE in ActiveM...

GitHub user jmesnil opened a pull request:

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

    [1.x] [ARTEMIS-1475] Fix NPE in ActiveMQMessageHandler#setup

    * initialize ActiveMQActivationSpec#shareSubscriptions to false
    * i18n of the exception thrown by ActiveMQMessageHandler if it is not
      possible to create a non-shared subscriber
    
    JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1475
    PR for master branch: https://github.com/apache/activemq-artemis/pull/1603

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

    $ git pull https://github.com/jmesnil/activemq-artemis ARTEMIS-1475_ActiveMQMessageHandler_NPE_1.x

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

    https://github.com/apache/activemq-artemis/pull/1604.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 #1604
    
----
commit 272ac714421c867e6b8962f6b5f2ec25ff09550c
Author: Jeff Mesnil <jm...@gmail.com>
Date:   2017-10-23T12:01:30Z

    [ARTEMIS-1475] Fix NPE in ActiveMQMessageHandler#setup
    
    * initialize ActiveMQActivationSpec#shareSubscriptions to false
    * i18n of the exception thrown by ActiveMQMessageHandler if it is not
      possible to create a non-shared subscriber
    
    JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1475

----


---

[GitHub] activemq-artemis pull request #1604: [1.x] [ARTEMIS-1475] Fix NPE in ActiveM...

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

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


---