You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2009/07/23 14:10:38 UTC

svn commit: r797033 - /activemq/stomp/trunk/webgen/src/stomp10/additional.page

Author: dejanb
Date: Thu Jul 23 12:10:38 2009
New Revision: 797033

URL: http://svn.apache.org/viewvc?rev=797033&view=rev
Log:
formatted table using markdown

Modified:
    activemq/stomp/trunk/webgen/src/stomp10/additional.page

Modified: activemq/stomp/trunk/webgen/src/stomp10/additional.page
URL: http://svn.apache.org/viewvc/activemq/stomp/trunk/webgen/src/stomp10/additional.page?rev=797033&r1=797032&r2=797033&view=diff
==============================================================================
--- activemq/stomp/trunk/webgen/src/stomp10/additional.page (original)
+++ activemq/stomp/trunk/webgen/src/stomp10/additional.page Thu Jul 23 12:10:38 2009
@@ -80,15 +80,15 @@
 The following standard JMS Headers are mapped to Stomp as follows; so these headers can be added to a SEND command when sending messages
 
 
-<table>
-<tr><th>Stomp header</th><th>JMS header</th><th>Description</th></tr>
-<tr><td>correlation-id</td><td>JMSCorrelationID</td><td>good consumes will add this header to any responses they send so that entire conversations can be correlated</td></tr>
-<tr><td>expires</td><td>JMSExpiration</td><td>the expiration time of the message</td></tr>
-<tr><td>persistent</td><td>JMSDeliveryMode</td><td>whether or not the message is persistent</td></tr>
-<tr><td>priority</td><td>JMSPriority</td><td>the priority on the message</td></tr>
-<tr><td>reply-to</td><td>JMSReplyTo</td><td>the destination you should send replies to</td></tr>
-<tr><td>type</td><td>JMSType</td><td>sets the type of the message</td></tr>
-</table>
+| Stomp header   | JMS header       | Description                                                                                                 |
+|----------------|------------------|-------------------------------------------------------------------------------------------------------------|
+| correlation-id | JMSCorrelationID | good consumes will add this header to any responses they send so that entire conversations can be correlated|
+| expires        | JMSExpiration    | the expiration time of the message                                                                          |
+| persistent     | JMSDeliveryMode  | whether or not the message is persistent                                                                    |
+| priority       | JMSPriority      | the priority on the message                                                                                 |
+| reply-to       | JMSReplyTo       | the destination you should send replies to                                                                  |
+| type           | JMSType          | sets the type of the message                                                                                |
+
 
 ###Subscription headers