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:28:29 UTC

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

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

 ##########
 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 the type of the class name itself be fixed, too? (ActiveMQText**Compabile**Message.java)

----------------------------------------------------------------
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