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

Publicly expose the current FLR and SLR count #2108

Closed
mauroservienti opened this issue May 16, 2014 · 3 comments
Closed

Publicly expose the current FLR and SLR count #2108

mauroservienti opened this issue May 16, 2014 · 3 comments

Comments

@mauroservienti
Copy link
Member

As a user I want to able, from the code running in my handler, to retrieve the current retry count (both of FLR and SLR) and the max retry so to determine how to behave if the current retry is the last one.

Basically as a user I want to know something like: this is the last attempt, if it fails the message will be delivered to the error queue.

An amazing approach would be if this can be handled using the pipeline:

class Interceptor : IFailedMessageHandler<MyMessageType>
��{
    void Handle( ... ) // this is called just before sending the message to the error queue
}
@dannycohen
Copy link

Somewhat related to Particular/ServiceControl#65

@mauroservienti
Copy link
Member Author

You da man!

@SimonCropp
Copy link
Contributor

duplicate of #2473

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants