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 <[email protected]>
Authored: Fri May 13 15:43:24 2016 -0400
Committer: Timothy Bish <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to