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

    https://github.com/apache/activemq-artemis/pull/2238#discussion_r209626842
  
    --- Diff: 
artemis-jms-server/src/main/java/org/apache/activemq/artemis/jms/server/config/impl/ConnectionFactoryConfigurationImpl.java
 ---
    @@ -623,6 +636,8 @@ public void decode(final ActiveMQBuffer buffer) {
           deserializationBlackList = 
BufferHelper.readNullableSimpleStringAsString(buffer);
     
           deserializationWhiteList = 
BufferHelper.readNullableSimpleStringAsString(buffer);
    +
    +      enable1xPrefixes = buffer.readBoolean();
    --- End diff --
    
    That's correct.  I pushed a change to deal with the compatibility issue.


---

Reply via email to