diff options
| author | Gordon Sim <gsim@apache.org> | 2010-07-08 09:32:18 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-07-08 09:32:18 +0000 |
| commit | 6e90fc22830f07186dd6ef804d93c150bbfcf265 (patch) | |
| tree | d6622b2ff46d7ba3bc550a406119feb99ae50769 /doc/book/src/Programming-In-Apache-Qpid.xml | |
| parent | cb66334540c3f8f708e44835f854ce55f7437508 (diff) | |
| download | qpid-python-6e90fc22830f07186dd6ef804d93c150bbfcf265.tar.gz | |
Added information on handling of app-id, content-encoding and routing key.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc/book/src/Programming-In-Apache-Qpid.xml')
| -rw-r--r-- | doc/book/src/Programming-In-Apache-Qpid.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml index 06aea90cff..ce1f67d299 100644 --- a/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/doc/book/src/Programming-In-Apache-Qpid.xml @@ -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> |
