From 988872f0eb969a68d53ae303cc0a2aaddd87420f Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 26 Jan 2010 11:13:26 +0000 Subject: QPID-2288: add support for bindings in address options git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@903171 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/messaging/Address.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'cpp/include') diff --git a/cpp/include/qpid/messaging/Address.h b/cpp/include/qpid/messaging/Address.h index 538cb6507c..88863072bd 100644 --- a/cpp/include/qpid/messaging/Address.h +++ b/cpp/include/qpid/messaging/Address.h @@ -92,9 +92,11 @@ class AddressImpl; *
  • 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> - * + * 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. + *
  • + * * * * -- cgit v1.2.1