From 3ba71456ec65fe69e351ec6ced57b69dd8f1d48e Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Thu, 9 May 2013 15:04:59 +0000 Subject: QPID-4685: Update documentation to reflect changes to configuration git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480672 13f79535-47bb-0310-9956-ffa450edef68 --- ...Broker-Runtime-Producer-Transaction-Timeout.xml | 47 +++------------------- 1 file changed, 5 insertions(+), 42 deletions(-) (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Runtime-Producer-Transaction-Timeout.xml') diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Producer-Transaction-Timeout.xml b/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Producer-Transaction-Timeout.xml index 04212d94ed..8ef8528ee1 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Producer-Transaction-Timeout.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Producer-Transaction-Timeout.xml @@ -113,7 +113,8 @@ CHN-1003 : Close]]> Configuration
Configuration - Transaction timeouts are configurable separately on each defined virtual host, using the + Transaction timeouts can be configured globally for all virtual hosts by setting corresponding Broker transaction timeout attributes. + Transaction timeouts can be configured separately on each defined virtual host, using the virtualhosts.xml file. We would recommend that only warnings are configured at first, which should allow broker administrators to obtain an idea of the distribution of transaction lengths on their systems, @@ -135,47 +136,9 @@ CHN-1003 : Close]]>
- Virtualhosts.xml - The JMS transaction timeouts are configured on each virtual host defined in the XML - configuration files. - The default values for each of the parameters is 0, indicating that the particular check - is disabled. - Any or all of the parameters can be set, using the desired value in milliseconds, and will - be checked each time the housekeeping process runs, usually set to run every 30 seconds in - standard configuration. The meaning of each property is as follows: - - - - openWarn - the time a transaction can be open for (with activity occurring on it) after - which a warning alert will be issued. - - - openClose - the time a transaction can be open for before the connection it is on is - closed. - - - idleWarn - the time a transaction can be idle for (with no activity occurring on it) - after which a warning alert will be issued. - - - idleClose - the time a transaction can be idle for before the connection it is on is - closed. - - - - The virtualhosts configuration is shown below, and must occur inside the - //virtualhosts/virtualhost/name/ elements: - -Configuring producer transaction timeout - - 10000 - 20000 - 5000 - 15000 - - ]]> - + Virtualhost configuration + The details how to configure Transaction Timeouts in Virtual Host configuration file + are provided in
-- cgit v1.2.1