From 07a4c53807ff6f9be0d3300e8501d5ed12937d1b 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@903171 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/include/qpid/messaging/Address.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'qpid/cpp/include') 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; *
  • 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