summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-01-26 11:13:26 +0000
committerGordon Sim <gsim@apache.org>2010-01-26 11:13:26 +0000
commit07a4c53807ff6f9be0d3300e8501d5ed12937d1b (patch)
treee30ea9e76e58f4da462d15eefd83e90ee22b0acb /qpid/cpp/include
parente6253f43883264dc8157402b347a1a01dad265ff (diff)
downloadqpid-python-07a4c53807ff6f9be0d3300e8501d5ed12937d1b.tar.gz
QPID-2288: add support for bindings in address options
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@903171 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qpid/messaging/Address.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/qpid/cpp/include/qpid/messaging/Address.h b/qpid/cpp/include/qpid/messaging/Address.h
index 538cb6507c..88863072bd 100644
--- a/qpid/cpp/include/qpid/messaging/Address.h
+++ b/qpid/cpp/include/qpid/messaging/Address.h
@@ -92,9 +92,11 @@ class AddressImpl;
* <li>x-properties - a nested map that can contain implementation or
* protocol specifiec extedned properties. For the amqp 0-10 mapping,
* the fields in queue- or exchange- declare can be specified in here;
- * anything that is not recognised as one of those will be passed
- * through in the arguments field.,/li>
- * </ul>
+ * a bindings entry may also be specified, whose value should be an
+ * array of strings of the form exchange/key; anything else will be
+ * passed through in the arguments field.
+ * </li>
+ * </ul>
* </td></tr>
*
* </table>