Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
qpid-java-broker-7.0.0, qpid-java-broker-7.0.1
-
None
Description
Invoking Queue#getMessageInfo over AMQP management returns response message containing the serialised bytes of the MessageInfo object rather than a list of maps.
The problem is MessageInfo and LogRecord are missing the ManagedAttributeValue interface, so ManagedAttributeValueAbstractConverter is ignoring them.