summaryrefslogtreecommitdiff
path: root/qpid/doc
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-02-02 13:56:14 +0000
committerRobert Gemmell <robbie@apache.org>2012-02-02 13:56:14 +0000
commit8ceca1598f2ef8dafd45704828a75206796f429a (patch)
tree3d288b41ff823702042bf44b44122d1ba9c898c9 /qpid/doc
parent81072fc8cd9ae820d211684943063d9b38037ee4 (diff)
downloadqpid-python-8ceca1598f2ef8dafd45704828a75206796f429a.tar.gz
QPID-3784: introduce system property to run a dispatcher thread as damon/non-daemon thread. Changes dispatcher thread to be non daemon thread by default.
Applied patch from Andrew MacBean <andymacbean@gmail.com> and Oleksandr Rudyy<orudyy@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1239620 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc')
-rw-r--r--qpid/doc/book/src/Programming-In-Apache-Qpid.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
index 17f0936595..487fab6636 100644
--- a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -3621,6 +3621,13 @@ log4j.appender.console.layout.ConversionPattern=%t %d %p [%c{4}] %m%n
<entry>false</entry>
<entry><para>If set will use the old map message encoding. By default the Map messages are encoded using the 0-10 map encoding.</para><para>This could also be set per connection as well (see connection paramters).</para></entry>
</row>
+
+ <row>
+ <entry>qpid.jms.daemon.dispatcher</entry>
+ <entry>boolean</entry>
+ <entry>false</entry>
+ <entry><para>Controls whether the Session dispatcher thread is a daemon thread or not. If this system property is set to true then the Session dispatcher threads will be created as daemon threads. This setting is introduced in version 0.16.</para></entry>
+ </row>
</tbody>
</tgroup>
</table>