From 9fd0b66ec41d0e6bbc7e69a866fa145f1409d78c Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 19 Feb 2012 22:51:48 +0000 Subject: NO-JIRA: improve cross referencing of config options git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1291086 13f79535-47bb-0310-9956-ffa450edef68 --- doc/book/src/Programming-In-Apache-Qpid.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml index a15c70ed92..19baf74a90 100644 --- a/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/doc/book/src/Programming-In-Apache-Qpid.xml @@ -3580,7 +3580,7 @@ log4j.appender.console.layout.ConversionPattern=%t %d %p [%c{4}] %m%n qpid.heartbeat int 120 (secs) - The heartbeat interval in seconds. Two consective misssed heartbeats will result in the connection timing out.This could also be set per connection as well (see connection paramters). + The heartbeat interval in seconds. Two consective misssed heartbeats will result in the connection timing out.This can also be set per connection using the Connection URL options. @@ -3624,7 +3624,7 @@ log4j.appender.console.layout.ConversionPattern=%t %d %p [%c{4}] %m%n qpid.use_legacy_map_message boolean false - If set will use the old map message encoding. By default the Map messages are encoded using the 0-10 map encoding.This could also be set per connection as well (see connection paramters). + If set will use the old map message encoding. By default the Map messages are encoded using the 0-10 map encoding.This can also be set per connection using the Connection URL options. @@ -3674,7 +3674,7 @@ log4j.appender.console.layout.ConversionPattern=%t %d %p [%c{4}] %m%n sync_ack boolean false - If set, each message will be acknowledged synchronously. When using AUTO_ACK mode, you need to set this to "true", in order to get the correct behaviour as described by the JMS spec.This is set to false by default for performance reasons, therefore by default AUTO_ACK behaves similar to DUPS_OK.This could also be set per connection as well (see connection paramters). + If set, each message will be acknowledged synchronously. When using AUTO_ACK mode, you need to set this to "true", in order to get the correct behaviour as described by the JMS spec.This is set to false by default for performance reasons, therefore by default AUTO_ACK behaves similar to DUPS_OK.This can also be set per connection using the Connection URL options. @@ -3696,7 +3696,7 @@ log4j.appender.console.layout.ConversionPattern=%t %d %p [%c{4}] %m%n sync_publish string "" (disabled) - If one of {persistent|all} is set then persistent messages or all messages will be sent synchronously.This could also be set per connection as well (see connection paramters). + If one of {persistent|all} is set then persistent messages or all messages will be sent synchronously.This can also be set per connection using the Connection URL options. @@ -3781,21 +3781,21 @@ log4j.appender.console.layout.ConversionPattern=%t %d %p [%c{4}] %m%n qpid.sasl_mechs string PLAIN - The SASL mechanism to be used. More than one could be specified as a comma separated list.We currently support the following mechanisms {PLAIN | GSSAPI | EXTERNAL}.This could also be set per connection as well (see connection paramters). + The SASL mechanism to be used. More than one could be specified as a comma separated list.We currently support the following mechanisms {PLAIN | GSSAPI | EXTERNAL}.This can also be set per connection using the Connection URL options. qpid.sasl_protocol string AMQP - When using GSSAPI as the SASL mechanism, sasl_protocol must be set to the principal for the qpidd broker, e.g. qpidd.This could also be set per connection as well (see connection paramters). + When using GSSAPI as the SASL mechanism, sasl_protocol must be set to the principal for the qpidd broker, e.g. qpidd.This can also be set per connection using the Connection URL options. qpid.sasl_server_name string localhost - When using GSSAPI as the SASL mechanism, sasl_server must be set to the host for the SASL server, e.g. example.com.This could also be set per connection as well (see connection paramters). + When using GSSAPI as the SASL mechanism, sasl_server must be set to the host for the SASL server, e.g. example.com.This can also be set per connection using the Connection URL options. @@ -3895,28 +3895,28 @@ log4j.appender.console.layout.ConversionPattern=%t %d %p [%c{4}] %m%n javax.net.ssl.keyStore string jvm default - Specifies the key store path.This could also be set per connection as well (see connection paramters). + Specifies the key store path.This can also be set per connection using the Connection URL options. javax.net.ssl.keyStorePassword string jvm default - Specifies the key store password.This could also be set per connection as well (see connection paramters). + Specifies the key store password.This can also be set per connection using the Connection URL options. javax.net.ssl.trustStore string jvm default - Specifies the trust store path.This could also be set per connection as well (see connection paramters). + Specifies the trust store path.This can also be set per connection using the Connection URL options. javax.net.ssl.trustStorePassword string jvm default - Specifies the trust store password.This could also be set per connection as well (see connection paramters). + Specifies the trust store password.This can also be set per connection using the Connection URL options. -- cgit v1.2.1