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 typo 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:
[email protected]


With regards,
Apache Git Services

Reply via email to