You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2016/05/13 19:43:32 UTC

qpid-jms git commit: QPIDJMS-175 Add an initial bit of documentation for the drainTimeout configuration.

Repository: qpid-jms
Updated Branches:
  refs/heads/master 40d23e10e -> 181b6dd04


QPIDJMS-175 Add an initial bit of documentation for the drainTimeout
configuration.



Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/181b6dd0
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/181b6dd0
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/181b6dd0

Branch: refs/heads/master
Commit: 181b6dd04749feda7449e1a8a8bb0ff470a51722
Parents: 40d23e1
Author: Timothy Bish <ta...@gmail.com>
Authored: Fri May 13 15:43:24 2016 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Fri May 13 15:43:24 2016 -0400

----------------------------------------------------------------------
 qpid-jms-docs/Configuration.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/181b6dd0/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index 0793e0f..89baba8 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -174,6 +174,7 @@ These options apply to the behaviour of certain AMQP functionality.
 + **amqp.saslLayer** Controls whether connections should use a SASL layer or not. Default is true.
 + **amqp.saslMechanisms** Which SASL mechanism(s) the client should allow selection of, if offered by the server and usable with the configured credentials. Comma separated if specifying more than 1 mechanism. Default is to allow selection from all the clients supported mechanisms, which are currently EXTERNAL, SCRAM-SHA-256, SCRAM-SHA-1, CRAM-MD5, PLAIN, and ANONYMOUS.
 + **amqp.maxFrameSize** The max-frame-size value in bytes that is advertised to the peer. Default is 1048576.
++ **amqp.drainTimeout** The time in milliseconds that the client will wait for a response from the remote when a drain request is made, if no response is seen in the alloted timeout period the link we be considered failed and the associated MessageConsumer will be closed.  The default timeout value is 60000.
 
 ### Failover Configuration options
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org