summaryrefslogtreecommitdiff
path: root/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
commit988872f0eb969a68d53ae303cc0a2aaddd87420f (patch)
tree79d23859e9a123811d2698128edcae039d856209 /cpp/include
parent220cd21a6907b86c5b3e75ec6c5fd91d27599b56 (diff)
downloadqpid-python-988872f0eb969a68d53ae303cc0a2aaddd87420f.tar.gz
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
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/qpid/messaging/Address.h8
1 files changed, 5 insertions, 3 deletions
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;
* <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>