[
http://jira.jboss.com/jira/browse/JBMESSAGING-1224?page=all ]
Tim Fox updated JBMESSAGING-1224:
---------------------------------
Description:
There is an errant semi colon in Bridge.java:
if (!propName.startsWith("JMSX") ||
propName.equals("JMSXGroupID") ||
propName.equals("JMSXGroupSeq")); <<<<<< NOTICE SEMI-COLON!
{
msg.setObjectProperty(propName, entry.getValue());
}
Bridge bug in copying JMSX properties
-------------------------------------
Key: JBMESSAGING-1224
URL:
http://jira.jboss.com/jira/browse/JBMESSAGING-1224
Project: JBoss Messaging
Issue Type: Bug
Affects Versions: 1.4.1.beta1
Reporter: Tim Fox
Assigned To: Tim Fox
Priority: Minor
Fix For: 1.4.0.SP3.CP01, 1.4.1.beta2
There is an errant semi colon in Bridge.java:
if (!propName.startsWith("JMSX") ||
propName.equals("JMSXGroupID") ||
propName.equals("JMSXGroupSeq")); <<<<<< NOTICE SEMI-COLON!
{
msg.setObjectProperty(propName, entry.getValue());
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira