mirror of https://github.com/apache/activemq.git
fix for https://issues.apache.org/activemq/browse/AMQ-1622 - enqueue and dequeue in web console
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@763765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
966658fdad
commit
97ed8c0283
|
@ -40,8 +40,8 @@
|
|||
<th>Name</th>
|
||||
<th>Number Of Pending Messages</th>
|
||||
<th>Number Of Consumers</th>
|
||||
<th>Messages Sent</th>
|
||||
<th>Messages Received</th>
|
||||
<th>Messages Enqueued</th>
|
||||
<th>Messages Dequeued</th>
|
||||
<th>Views</th>
|
||||
<th>Operations</th>
|
||||
</tr>
|
||||
|
|
|
@ -38,8 +38,8 @@
|
|||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Number Of Consumers</th>
|
||||
<th>Messages Sent</th>
|
||||
<th>Messages Received</th>
|
||||
<th>Messages Enqueued</th>
|
||||
<th>Messages Dequeued</th>
|
||||
<th>Operations</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Reference in New Issue