From c8402a6e34d85f5ada7685f56983fb5501358baa Mon Sep 17 00:00:00 2001 From: artnaseef Date: Sat, 15 Feb 2014 18:59:23 -0700 Subject: [PATCH] =?UTF-8?q?AMD-4175:=20applied=20patch=20from=20Torbj?= =?UTF-8?q?=C3=B8rn=20Skyberg=20Knutsen:=20added=20webconsole=20retry=20op?= =?UTF-8?q?erations=20for=20messages=20on=20"DLQ."=20and=20"DLT."=20destin?= =?UTF-8?q?ations;=20sort=20queue=20names=20for=20move=20or=20copy=20opera?= =?UTF-8?q?tions.=20=20Also=20added=20confirmation=20dialogs=20for=20all?= =?UTF-8?q?=20message=20operations=20not=20already=20covered.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/browse.jsp | 27 +++++++- .../src/main/webapp/message.jsp | 64 ++++++++++++++++++- 2 files changed, 87 insertions(+), 4 deletions(-) diff --git a/activemq-web-console/src/main/webapp/browse.jsp b/activemq-web-console/src/main/webapp/browse.jsp index 4eb19eb067..8f40f5a1c0 100644 --- a/activemq-web-console/src/main/webapp/browse.jsp +++ b/activemq-web-console/src/main/webapp/browse.jsp @@ -60,7 +60,32 @@ - ">Delete + " + onclick="return confirm('Are you sure you want to delete this message?')" + >Delete + + + + + + + + + + + + + + + + + + + " + onclick="return confirm('Are you sure you want to retry this message on queue://?')" + title="Move to to attempt reprocessing" + >Retry + diff --git a/activemq-web-console/src/main/webapp/message.jsp b/activemq-web-console/src/main/webapp/message.jsp index 22174a8293..ea0445642f 100644 --- a/activemq-web-console/src/main/webapp/message.jsp +++ b/activemq-web-console/src/main/webapp/message.jsp @@ -115,7 +115,6 @@ No message could be found for ID - @@ -133,8 +132,31 @@ No message could be found for ID ">Delete + " onclick="return confirm('Are you sure you want to delete the message?')" >Delete + + + + + + + + + + + + + + + + + + " + onclick="return confirm('Are you sure you want to retry this message on queue://?')" + title="Move to to attempt reprocessing">Retry + + + ')">Copy @@ -150,7 +172,8 @@ No message could be found for ID - ')">Move + " + >Move @@ -179,6 +202,41 @@ No message could be found for ID +function sortSelect(selElem) { + var tmpAry = new Array(); + for (var i=0;i 0) { + selElem.options[0] = null; + } + for (var i=0;i <%@include file="decorators/footer.jsp" %>