clebert suconic created ARTEMIS-2047:
----------------------------------------
Summary: 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
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)