diff options
| author | Keith Wall <kwall@apache.org> | 2014-01-07 18:41:57 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-01-07 18:41:57 +0000 |
| commit | daf0ffcafeea8010a988a91c4090729e76e0d242 (patch) | |
| tree | cac727edc48fba9c5c45b834e2344ea600213e9d /qpid/doc | |
| parent | fc2867bccfeab4126352e2ac5bec0a6e63b46b53 (diff) | |
| download | qpid-python-daf0ffcafeea8010a988a91c4090729e76e0d242.tar.gz | |
QPID-5420: [Documentation] Add documentation to the JMS-Client-0-8 docbook for new system property qpid.bind_queues
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc')
| -rw-r--r-- | qpid/doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml | 9 | ||||
| -rw-r--r-- | qpid/doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml | 8 |
2 files changed, 14 insertions, 3 deletions
diff --git a/qpid/doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml b/qpid/doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml index 44c2591bff..798c85a657 100644 --- a/qpid/doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml +++ b/qpid/doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml @@ -184,6 +184,15 @@ Destination), if creating it if is does not already exist.</para></entry> </row> + <row id="JMS-Client-0-8-System-Properties-BindQueues"> + <entry>qpid.bind_queues</entry> + <entry>Boolean</entry> + <entry>true</entry> + <entry><para>If true, creating a consumer will also bind the queue to the + to the exchange using the routing key as a binding key. The + exchange name, queue name and routing key are taken from + the Binding URL associated with the Destination.</para></entry> + </row> <row id="JMS-Client-0-8-System-Properties-RejectBehaviour"> <entry>qpid.reject.behaviour</entry> <entry>String</entry> diff --git a/qpid/doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml b/qpid/doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml index 006978c9d4..4da75875a8 100644 --- a/qpid/doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml +++ b/qpid/doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml @@ -457,11 +457,13 @@ amqp://guest:guest@clientid/?brokerlist='localhost:5671?trust_store='/path/to/ap by the Binding URL associated with the Destination.</para> </listitem> </orderedlist> - <para>The exchange and queue declare side effect can be suppressed using system properties + <para>The exchange declare, queue declare and bind side effects can be suppressed using system properties <link linkend="JMS-Client-0-8-System-Properties-DeclareExchanges" - ><literal>qpid.declare_exchanges</literal></link> and <link + ><literal>qpid.declare_exchanges</literal></link>, <link linkend="JMS-Client-0-8-System-Properties-DeclareQueues" - ><literal>qpid.declare_queues</literal></link>.</para> + ><literal>qpid.declare_queues</literal></link> and + <link linkend="JMS-Client-0-8-System-Properties-BindQueues" + ><literal>qpid.bind_queues</literal></link>.</para> </section> <section id="JMS-Client-0-8-Client-Understanding-MessageConsumer-TopicSubscriptions"> <title>Topic Subscriptions</title> |
