This commit is contained in:
Clebert Suconic 2020-12-08 10:44:59 -05:00
commit 7fafe179f1
1 changed files with 11 additions and 0 deletions

View File

@ -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',