Repository: qpid-jms Updated Branches: refs/heads/master c452cd63c -> 9e8be50a2
QPIDJMS-47: fix some formatting issues when rendering the new docs for the website Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/9e8be50a Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/9e8be50a Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/9e8be50a Branch: refs/heads/master Commit: 9e8be50a27069cfbecd2f49dc6e49729ec1392d0 Parents: c452cd6 Author: Robert Gemmell <[email protected]> Authored: Wed May 13 13:31:01 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Wed May 13 13:31:01 2015 +0100 ---------------------------------------------------------------------- qpid-jms-docs/Configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/9e8be50a/qpid-jms-docs/Configuration.md ---------------------------------------------------------------------- diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md index 3c34ec2..3cbde3f 100644 --- a/qpid-jms-docs/Configuration.md +++ b/qpid-jms-docs/Configuration.md @@ -159,7 +159,7 @@ The complete set of configuration options for failover is listed below: These options apply to the behaviour of certain AMQP functionality. -+ **amqp.idleTimeout** Controls the idle timeout in milliseconds after which the connection will be failed if the peer sends no AMQP frames. Default is 60000. ++ **amqp.idleTimeout** The idle timeout in milliseconds after which the connection will be failed if the peer sends no AMQP frames. Default is 60000. ## Logging @@ -168,5 +168,6 @@ The client makes use of the SLF4J API, allowing users to select a particular log The client uses Logger names residing within the *org.apache.qpid.jms* heirarchy, which you can use to configure a logging implementation based on your needs. When debugging some issues, it may sometimes be useful to enable additional protocol trace logging from the Qpid Proton AMQP 1.0 library. There are two options to achieve this: + + Set the environment variable (not Java system property) *PN_TRACE_FRM* to *true*, which will cause Proton to emit frame logging to stdout. + Add the option *amqp.traceFrames=true* to your connection URI to have the client add a protocol tracer to Proton, and configure the *org.apache.qpid.jms.provider.amqp.FRAMES* Logger to *TRACE* level to include the output in your logs. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
