-
Bug
-
Resolution: Obsolete
-
Major
-
EAP_EWP 5.2.0, EAP_EWP 5.3.0.ER2
-
None
-
Release Notes
-
-
Documented as Known Issue
-
NEW
1. Start EAP 5.2 with HornetQ.
2. Send messages to queue with property set as myProp1 = hello1234.
msg.setStringProperty("myProp1", "hello1234");
3. Loging to JMX console and navigate to queue and invoke method listMessagesAsJSON with filter value myProp1='hello1234'. It will list all messages sent to queue which contains hello1234.
4. Now set property as myProp1 = hello1234\n.
msg.setStringProperty("myProp1", "hello1234\n");
5. Try to list messages with filter value myProp1 LIKE '%1234%'. It fails to list messages which are present in queue with property value hello1234\n.
- is incorporated by
-
JBPAPP-11073 Upgrade HornetQ to 2.2.28.Final
- Resolved