mirror of https://github.com/apache/activemq.git
Apply patch for: https://issues.apache.org/jira/browse/AMQ-4218
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1420262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6a5069ad22
commit
401895a521
|
@ -96,7 +96,7 @@
|
|||
<td><form:tooltip text="${row.subscriptionName}" length="10"/></td>
|
||||
<td><form:tooltip text="${row.connectionId}" length="10"/></td>
|
||||
<td><form:tooltip text="${row.destinationName}" length="10"/></td>
|
||||
<td>${row.selector}</td>
|
||||
<td><c:out value="${row.selector}"/></td>
|
||||
<td>${row.pendingQueueSize}</td>
|
||||
<td>${row.dispatchedQueueSize}</td>
|
||||
<td>${row.dispatchedCounter}</td>
|
||||
|
@ -140,7 +140,7 @@
|
|||
<td><form:tooltip text="${row.subscriptionName}" length="10"/></td>
|
||||
<td><form:tooltip text="${row.connectionId}" length="10"/></td>
|
||||
<td><form:tooltip text="${row.destinationName}" length="10"/></td>
|
||||
<td>${row.selector}</td>
|
||||
<td><c:out value="${row.selector}"/></td>
|
||||
<td>${row.pendingQueueSize}</td>
|
||||
<td>${row.dispatchedQueueSize}</td>
|
||||
<td>${row.dispatchedCounter}</td>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
subscriptionName="${row.subscriptionName}"
|
||||
connectionId="${row.connectionId}"
|
||||
destinationName="${row.destinationName}"
|
||||
selector="${row.selector}"
|
||||
selector="<c:out value="${row.selector}"/>"
|
||||
active="yes" >
|
||||
<stats pendingQueueSize="${row.pendingQueueSize}"
|
||||
dispatchedQueueSize="${row.dispatchedQueueSize}"
|
||||
|
@ -37,7 +37,7 @@
|
|||
subscriptionName="${row.subscriptionName}"
|
||||
connectionId="${row.connectionId}"
|
||||
destinationName="${row.destinationName}"
|
||||
selector="${row.selector}"
|
||||
selector="<c:out value="${row.selector}"/>"
|
||||
active="no" >
|
||||
<stats pendingQueueSize="${row.pendingQueueSize}"
|
||||
dispatchedQueueSize="${row.dispatchedQueueSize}"
|
||||
|
|
Loading…
Reference in New Issue