trying to access an ObjectMessage in the AMQ web console results in
java.io.IOException: com.myclass...
-------------------------------------------------------------------------------------------------------
Key: AMQ-2154
URL: https://issues.apache.org/activemq/browse/AMQ-2154
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.1.0
Environment: web console, ObjectMessage
Reporter: Torsten Mielke
Priority: Minor
The web console can be used to drill into individual message and display both
their properties as well as payload.
Displaying the payload generally works fine for TextMessages, etc but fails for
ObjectMessages and probably other binary payload formats.
This is okay and kind of expected but rather than throwing an exception with a
large stack trace back to the browser client, we should capture the ex and
display at least the message properties and also a short message that the
content cannot be displayed due to its binary content.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.