-
Bug
-
Resolution: Done
-
Major
-
JBoss A-MQ 6.0
-
None
-
None
If a JMS String Property is set with with the following data, the ActiveMQ Web Console doe not property display the messages of a queue.| public static String PAYLOAD = "<body>" + "\n" +|
"\t" + "<ns0:top xmlsn:ns0=\"DummyNS\">" + "\n" + |
"\t" + "<ns0:middle>" + "\n" + |
"\t" + "</ns0:middle>" + "\n" + |
"\t" + "</ns0:top>" + "\n" + |
"</body>"; |
The JMS String Property is then set on the message as follows:| message.setStringProperty("payloadHeader", PAYLOAD);|
Once the message is sent to a Queue, the Web Console can no longer display messages for the queue. Screen shot has been attached.