GitHub user jbertram opened a pull request:

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

    ARTEMIS-2023 Support 1x prefixes for JMS dests created using session

    In some cases users who migrate from 1.x to 2.x may still want to keep
    the legacy prefixes for their JMS destinations (i.e. "jms.queue.",
    "jms.topic.", etc.). This commit adds a boolean on our ConnectionFactory
    implementation so that it will use the old prefixes when invoking the
    queue/topic creation methods on the Session implementation.

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

    $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-2023

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

    https://github.com/apache/activemq-artemis/pull/2238.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 #2238
    
----
commit 2cedb95ccc7078fa3d47ccb3f9b4fd233c86b9f0
Author: Justin Bertram <jbertram@...>
Date:   2018-08-10T02:32:23Z

    ARTEMIS-2023 Support 1x prefixes for JMS dests created using session
    
    In some cases users who migrate from 1.x to 2.x may still want to keep
    the legacy prefixes for their JMS destinations (i.e. "jms.queue.",
    "jms.topic.", etc.). This commit adds a boolean on our ConnectionFactory
    implementation so that it will use the old prefixes when invoking the
    queue/topic creation methods on the Session implementation.

----


---

Reply via email to