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/02/02 19:36:52 UTC

[GitHub] activemq-artemis pull request #1843: ARTEMIS-1658 Add prefix option to Activ...

GitHub user mtaylor opened a pull request:

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

    ARTEMIS-1658 Add prefix option to ActivationSpec

    Artemis 1.x RA would do a core queue lookup if it could not find the
    Destination in JNDI.  We need to ensure that we can support the old
    address model for backwards compatability.

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

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

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

    https://github.com/apache/activemq-artemis/pull/1843.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 #1843
    
----
commit 041373b04ee52c224059edfd1b4bcc54e448e360
Author: Martyn Taylor <mt...@...>
Date:   2018-02-01T15:52:25Z

    ARTEMIS-1658 Add prefix option to ActivationSpec
    
    Artemis 1.x RA would do a core queue lookup if it could not find the
    Destination in JNDI.  We need to ensure that we can support the old
    address model for backwards compatability.

----


---

[GitHub] activemq-artemis pull request #1843: ARTEMIS-1658 Add prefix option to Activ...

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

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


---