Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reader: bump default max_tries from 5 to 65535 (max possible) #134

Closed
wants to merge 1 commit into from

Commits on Nov 19, 2015

  1. bump default max_tries on the Reader from 5 to 65535 (max possible)

    the default should be unlimited (or in this case the max possible which is practically unlimited).
    In many cases the application needs better control on what to do when messages are requeud
    too many times. Often, there will be different strategies for different messages. For example,
    some messages should be discarded immediately if they fail and others should be requeued
    many times. while, the default is just a default that can be changed it is a surprise that can catch
    people that didn't read the docs carefully (happend to me) and cause quite message loss.
    Gigi committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    dc29b6d View commit details
    Browse the repository at this point in the history