Author: gsim
Date: Thu Jul 8 09:32:18 2010
New Revision: 961675
URL: http://svn.apache.org/viewvc?rev=961675&view=rev
Log:
Added information on handling of app-id, content-encoding and routing key.
Modified:
qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
Modified: qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml?rev=961675&r1=961674&r2=961675&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml (original)
+++ qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml Thu Jul 8
09:32:18 2010
@@ -2363,6 +2363,17 @@ enable("qpid.messaging.io", DEBUG)
</tbody>
</tgroup>
</table>
+
+ <para>The 0-10 mapping also recognises certain special property
+ keys. If the properties contain entries for
<literal>x-amqp-0-10.app-id</literal>
+ or <literal>x-amqp-0-10.content-encoding</literal>, the values will be
used to
+ set <literal>message-properties.app-id</literal> and
+ <literal>message-properties.content-encoding</literal> on the
+ resulting 0-10 message transfer. Likewise if an incoming
+ transfer has those properties set, they will be exposed in the
+ same manner. In addition the routing key on incoming transfers
+ will be exposed directly via the custom property with key
+ <literal>x-amqp-0-10.routing-key</literal>.</para>
</section>
</chapter>
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]