From abac16b3e87b66e40acade7d3de23f9d7ac20aa5 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Tue, 30 Mar 2010 14:34:13 +0000 Subject: updated address docs git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@929155 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/messaging/endpoints.py | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'python') diff --git a/python/qpid/messaging/endpoints.py b/python/qpid/messaging/endpoints.py index 195c6e7ef7..3a23cd6e28 100644 --- a/python/qpid/messaging/endpoints.py +++ b/python/qpid/messaging/endpoints.py @@ -294,22 +294,23 @@ class Session: The options map permits the following parameters:: [ / ] ; { - create: , - delete: , - assert: , + create: always | sender | receiver | never, + delete: always | sender | receiver | never, + assert: always | sender | receiver | never, + mode: browse | consume, node: { - type: , - durable: , - x-declare: { ... ... } + type: queue | topic, + durable: True | False, + x-declare: { ... ... }, x-bindings: [, ... ] - } + }, link: { name: , - durable: , - reliability: , - x-declare: { ... ... } - x-bindings: [, ... ] - x-subscribe: { ... ... } + durable: True | False, + reliability: unreliable | at-most-once | at-least-once | exactly-once, + x-declare: { ... ... }, + x-bindings: [, ... ], + x-subscribe: { ... ... } } } @@ -337,8 +338,9 @@ class Session: - I{queue}: this is the default node-type The x-declare map permits protocol specific keys and values to be - specified. These keys and values are passed through when creating a - node or asserting facts about an existing node. + specified when exchanges or queues are declared. These keys and + values are passed through when creating a node or asserting facts + about an existing node. Examples -------- -- cgit v1.2.1