[
https://issues.apache.org/jira/browse/ARTEMIS-2339?focusedWorklogId=242570&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-242570
]
ASF GitHub Bot logged work on ARTEMIS-2339:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 15/May/19 15:23
Start Date: 15/May/19 15:23
Worklog Time Spent: 10m
Work Description: michaelandrepearce commented on 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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 242570)
Time Spent: 20m (was: 10m)
> TextMessage is not validating prefixes and other prefix and compatibility
> issues
> --------------------------------------------------------------------------------
>
> Key: ARTEMIS-2339
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2339
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.8.0
> Reporter: clebert suconic
> Assignee: clebert suconic
> Priority: Major
> Fix For: 2.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> During compatibility tests and TCK tests with Wildfly, we found a few issues
> introduced recently in regard to prefixing queues and topics (as it's used in
> Wildfly) and with a few compatibility issues.
>
> This Jira is here to capture those issues
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)