[
https://issues.apache.org/jira/browse/ARTEMIS-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16587623#comment-16587623
]
ASF GitHub Bot commented on ARTEMIS-2047:
-----------------------------------------
GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/2257
ARTEMIS-2047 Compatible option for ActiveMQJMSClient
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis compatible
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2257.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 #2257
----
commit c879f14e7ccadf6ad713a43f4d637433a47b3a14
Author: Clebert Suconic <clebertsuconic@...>
Date: 2018-08-21T15:50:34Z
ARTEMIS-2047 Compatible option for ActiveMQJMSClient
----
> Provide compatible 1.x option into ActiveMQJMSClient
> ----------------------------------------------------
>
> Key: ARTEMIS-2047
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2047
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: clebert suconic
> Priority: Major
>
> if your code is using ActiveMQJMSClient to create destinations, you will
> have to change your code to be able to connect to older destinations on 1.x.
>
> We will parse a system property
> org.apache.activemq.artemis.api.jms.ActiveMQJMSClient.enable1xPrefixes
>
> as true / false to enable old prefixes on the class...
>
>
> Or it will load a properties file named
> org.apache.activemq.artemis.api.jms.ActiveMQJMSClient.properties from
> anywhere in the classLoader, with a property enable1xPrefixes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)