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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to