From 6e90fc22830f07186dd6ef804d93c150bbfcf265 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 8 Jul 2010 09:32:18 +0000 Subject: 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 --- doc/book/src/Programming-In-Apache-Qpid.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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) + + The 0-10 mapping also recognises certain special property + keys. If the properties contain entries for x-amqp-0-10.app-id + or x-amqp-0-10.content-encoding, the values will be used to + set message-properties.app-id and + message-properties.content-encoding 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 + x-amqp-0-10.routing-key. -- cgit v1.2.1