diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-02-02 13:56:14 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-02-02 13:56:14 +0000 |
| commit | 97449c36a04083484408907adcdfd81ecb63e7c1 (patch) | |
| tree | ff04096cea76d6f03ca139ffe97e4e5718c5b38f /doc | |
| parent | 7fe6da4aa5facbecf308cad6e0c0956573506534 (diff) | |
| download | qpid-python-97449c36a04083484408907adcdfd81ecb63e7c1.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/qpid@1239620 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/book/src/Programming-In-Apache-Qpid.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml index 17f0936595..487fab6636 100644 --- a/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/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> |
