git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1420262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-12-11 16:32:14 +00:00
parent 6a5069ad22
commit 401895a521
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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}"