mirror of https://github.com/apache/activemq.git
fix for https://issues.apache.org/activemq/browse/AMQ-2219 - message.jsp fix
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@767423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
047030447d
commit
bdee5a2558
|
@ -26,7 +26,7 @@
|
|||
<c:when test="${empty row}">
|
||||
|
||||
<div>
|
||||
No message could be found for ID ${requestContext.messageQuery.JMSMessageID}
|
||||
No message could be found for ID ${requestContext.messageQuery.id}
|
||||
</div>
|
||||
|
||||
</c:when>
|
||||
|
|
Loading…
Reference in New Issue