Repository: qpid-jms Updated Branches: refs/heads/master e60d3bd40 -> ff0681fee
https://issues.apache.org/jira/browse/QPIDJMS-70 Add some documentation for new setting. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/ff0681fe Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/ff0681fe Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/ff0681fe Branch: refs/heads/master Commit: ff0681fee0cc41eb3e1fb2d144949489e76c09ab Parents: e60d3bd Author: Timothy Bish <[email protected]> Authored: Wed Jun 10 11:37:55 2015 -0400 Committer: Timothy Bish <[email protected]> Committed: Wed Jun 10 11:37:55 2015 -0400 ---------------------------------------------------------------------- qpid-jms-docs/Configuration.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/ff0681fe/qpid-jms-docs/Configuration.md ---------------------------------------------------------------------- diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md index 84f22a9..6c8dc18 100644 --- a/qpid-jms-docs/Configuration.md +++ b/qpid-jms-docs/Configuration.md @@ -96,6 +96,10 @@ These values control how many messages the remote peer can send to the client an + **jms.prefetchPolicy.durableTopicPrefetch** defaults to 1000 + **jms.prefetchPolicy.all** used to set all prefetch values at once. +The RedeliveryPolicy controls how redelivered messages are handled on the client. + ++ **jms.redeliveryPolicy.maxRedeliveries** controls when an incoming message is rejected based on the number of times it has been redelivered, the default value is (-1) disabled. A value of zero would indicate no message redeliveries are accepted, a value of five would allow a message to be redelivered five times, etc. + ### TCP Transport Configuration options When connected to a remote using plain TCP these options configure the behaviour of the underlying socket. These options are appended to the connection URI along with the other configuration options, for example: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
