You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2014/01/09 17:51:24 UTC

svn commit: r1556870 - /qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showMessage.html

Author: robbie
Date: Thu Jan  9 16:51:24 2014
New Revision: 1556870

URL: http://svn.apache.org/r1556870
Log:
QPID-5458: display the message size, and correlation-id (if there is one)

Modified:
    qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showMessage.html

Modified: qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showMessage.html
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showMessage.html?rev=1556870&r1=1556869&r2=1556870&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showMessage.html (original)
+++ qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showMessage.html Thu Jan  9 16:51:24 2014
@@ -24,10 +24,18 @@
             <td><span class="message-id"></span></td>
         </tr>
         <tr style="margin-bottom: 4pt">
+            <td style="width: 10em; vertical-align: top"><span style="font-weight: bold;">Size:</span></td>
+            <td><span class="message-size"></span>&nbsp;bytes</td>
+        </tr>
+        <tr style="margin-bottom: 4pt">
             <td style="width: 10em; vertical-align: top"><span style="font-weight: bold;">Message Id:</span></td>
             <td><span class="message-messageId"></span></td>
         </tr>
         <tr style="margin-bottom: 4pt">
+            <td style="width: 10em; vertical-align: top"><span style="font-weight: bold;">Correlation Id:</span></td>
+            <td><span class="message-correlationId"></span></td>
+        </tr>
+        <tr style="margin-bottom: 4pt">
             <td style="width: 10em; vertical-align: top"><span style="font-weight: bold;">State:</span></td>
             <td><span class="message-state"></span></td>
         </tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org