-
Bug
-
Resolution: Done
-
Major
-
JBoss A-MQ 6.0
-
None
-
All
"activemqweb" console issue where it is not able to display the JMS Message header values properly if it contains some special tags like*<head></head>or<body></body>as part of the JMS Message Header Property values.Example:*| String xml="<test>"+|
| " <Body>"+ |
| " Hello World !!! - 1"+ |
| " </Body>"+ |
| "</test>"; |
| msg.setStringProperty("xmlMessage",xml); |
| queueSender.send(msg); |