-
Type:
Enhancement
-
Status: Done
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: A-MQ 7.0.0.ER14
-
Fix Version/s: A-MQ 7.0.0.ER17
-
Component/s: None
-
Labels:
-
Target Release:
-
Affects:Release Notes, User Experience
-
Release Notes Text:As of this release, the message body is displayed when messages are browsed by using the AMQ Console.
-
Release Notes Docs Status:Documented as Feature Request
Create address with queue on broker (with any settings) and send message with string content.
For example I sent message from from c++ client with content "ABCD".
{'redelivered': False, 'reply_to': None, 'subject': None, 'content_type': 'text/plain', 'id': None, 'user_id': None, 'correlation_id': None, 'priority': 0, 'durable': False, 'ttl': 0.000000e+00, 'size': 4, 'properties': {}, 'content': 'ABCD'}
|
Message content in HawtIO:
Displaying body as unsupported
|
Unsupported message body type which cannot be displayed by hawtio
|
In headers is content with dec ascii representation which is ABCD:
1,0,0,0,8,65,0,66,0,67,0,68,0
|
Before addressing changes (in ER12) for plain-text messages works properly.
- is blocked by
-
ENTMQBR-589 Console has broken Browse messages
-
- Done
-