mirror of https://github.com/apache/activemq.git
patch applied for https://issues.apache.org/jira/browse/AMQ-3867
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1348150 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
06a42763c5
commit
b6fba238bb
|
@ -49,7 +49,7 @@
|
|||
<td><jms:formatTimestamp timestamp="${row.JMSTimestamp}"/></td>
|
||||
<td><c:out value="${row.JMSType}"/></td>
|
||||
<td>
|
||||
<a href="deleteMessage.action?JMSDestination=<c:out value="${row.JMSDestination}"/>&messageId=${row.JMSMessageID}&secret=<c:out value='${sessionScope["secret"]}'/>">Delete</a>
|
||||
<a href="deleteMessage.action?JMSDestination=<c:out value="${requestContext.queueBrowser.JMSDestination}"/>&messageId=${row.JMSMessageID}&secret=<c:out value='${sessionScope["secret"]}'/>">Delete</a>
|
||||
</td>
|
||||
</tr>
|
||||
</jms:forEachMessage>
|
||||
|
|
Loading…
Reference in New Issue