From daf0ffcafeea8010a988a91c4090729e76e0d242 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Tue, 7 Jan 2014 18:41:57 +0000 Subject: 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 --- .../doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml | 9 +++++++++ qpid/doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml | 8 +++++--- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'qpid') 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. + + qpid.bind_queues + Boolean + true + 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. + qpid.reject.behaviour String 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. - The exchange and queue declare side effect can be suppressed using system properties + The exchange declare, queue declare and bind side effects can be suppressed using system properties qpid.declare_exchanges and qpid.declare_exchanges, qpid.declare_queues. + >qpid.declare_queues and + qpid.bind_queues.
Topic Subscriptions -- cgit v1.2.1