You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/05/15 15:23:55 UTC

[GitHub] [activemq-artemis] michaelandrepearce commented on a change in pull request #2669: ARTEMIS-2339 Compatibility around prefixing

michaelandrepearce commented on a change in pull request #2669: ARTEMIS-2339 Compatibility around prefixing
URL: https://github.com/apache/activemq-artemis/pull/2669#discussion_r284314287
 
 

 ##########
 File path: artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/compatible1X/ActiveMQTextCompabileMessage.java
 ##########
 @@ -51,4 +52,10 @@ public ActiveMQTextCompabileMessage(ClientMessage message, ClientSession session
    public ActiveMQTextCompabileMessage(TextMessage foreign, ClientSession session) throws JMSException {
       super(foreign, session);
    }
+
+
+   @Override
+   protected SimpleString checkPrefix(SimpleString address) {
+      return ActiveMQCompatibleMessage.checkPrefix1X(address);
 
 Review comment:
   Should this be on all compatible1x messages

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services