Github user gemmellr commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1337#discussion_r121733939
  
    --- Diff: 
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/client/AMQPClientConnectionFactory.java
 ---
    @@ -39,20 +39,22 @@
        private final String containerId;
        private final Map<Symbol, Object> connectionProperties;
        private final int ttl;
    +   private final boolean useLegacyQueueName;
     
        public AMQPClientConnectionFactory(ActiveMQServer server, String 
containerId, Map<Symbol, Object> connectionProperties, int ttl) {
           this.server = server;
           this.containerId = containerId;
           this.connectionProperties = connectionProperties;
           this.ttl = ttl;
    +      this.useLegacyQueueName = false;
    --- End diff --
    
    I don't know what this class is actually used for, but might it be better 
to use the same value as the other default?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to