dwp / queue-triage

DLQ processing support
MIT License
5 stars 4 forks source link

Issue 99/display message details #164

Closed amcghie closed 6 years ago

amcghie commented 6 years ago

Added a modal dialog to display the status history and allow users to edit message properties, the destination (and broker) and the message content.

This functionality is currently behind a feature toggle and can be enabled by either updating the failedMessageDetailsPopupRendered property in the application.yml to true or by starting the web-server with the following VM option -Dfeatures.failedMessageDetailsPopupRendered=true

dwp-kevinpotgieter commented 6 years ago

lgtm