You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Matt Pavlovich (Jira)" <ji...@apache.org> on 2021/07/12 14:46:00 UTC

[jira] [Created] (AMQ-8317) Add a Broker config parameter to flip between deprecated terms

Matt Pavlovich created AMQ-8317:
-----------------------------------

             Summary: Add a Broker config parameter to flip between deprecated terms
                 Key: AMQ-8317
                 URL: https://issues.apache.org/jira/browse/AMQ-8317
             Project: ActiveMQ
          Issue Type: Sub-task
          Components: Broker
            Reporter: Matt Pavlovich


In BrokerService:
# create field 'useDeprecatedTopologyTerminology'
# For 5.17.0 default to 'true'
# Update the logging statement to wrap deprecated and targeted-for-remove code with an if block using this field.

{noformat}
     if(isUseDeprecatedTopologyTerminology()) {
        LOG.warn("Master Failed - starting all connectors");
     } else {
        LOG.warn("Active Failed - starting all connectors"); 
     }
{noformat}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)