diff --git a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/browse.js b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/browse.js index 8a1fef0611..27e3ed4e34 100644 --- a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/browse.js +++ b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/browse.js @@ -268,6 +268,17 @@ var Artemis; ]; + if (ctrl.dlq) { + origQueue = { + itemField: 'StringProperties', + header: 'Original Queue', + templateFn: function(value) { + return value._AMQ_ORIG_QUEUE; + } + }; + ctrl.tableColumns.push(origQueue); + } + var resendConfig = { name: 'Resend', title: 'Resend message',