Repository: qpid-jms Updated Branches: refs/heads/master 60f86b37e -> df9fb21e7
QPIDJMS-61: dont forget the docs Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/df9fb21e Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/df9fb21e Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/df9fb21e Branch: refs/heads/master Commit: df9fb21e76bf7c7128fd8da08522ff2e5819cd11 Parents: 60f86b3 Author: Robert Gemmell <[email protected]> Authored: Mon Jun 8 17:44:28 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Mon Jun 8 17:44:28 2015 +0100 ---------------------------------------------------------------------- qpid-jms-docs/Configuration.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/df9fb21e/qpid-jms-docs/Configuration.md ---------------------------------------------------------------------- diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md index 1b0c31a..983c160 100644 --- a/qpid-jms-docs/Configuration.md +++ b/qpid-jms-docs/Configuration.md @@ -160,6 +160,7 @@ The complete set of configuration options for failover is listed below: These options apply to the behaviour of certain AMQP functionality. + **amqp.idleTimeout** The idle timeout in milliseconds after which the connection will be failed if the peer sends no AMQP frames. Default is 60000. ++ **amqp.vhost** The vhost to connect to. Used to populate the Sasl and Open hostname fields. Default is the main hostname from the Connection URI. ## Logging --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
