-
Notifications
You must be signed in to change notification settings - Fork 28
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
{no_ack, false} not implemented #15
Comments
Tilman, Correct, there is nothing in bunny_farm to explicitly acknowledge messages. Shouldn't be hard to build that in or just acknowledge from your gen_qserver/gen_qfsm behavior. Brian On Jan 22, 2013, at 7:07 PM, ypaq wrote:
|
In order to enable |
Good catch. It's still an easy change. You're welcome to submit a pull request if you implement this. On Jan 24, 2013, at 3:58 PM, ypaq wrote:
|
Will see if I find the time. I decided to go with gen_bunny because of its monitoring. I like your clean code and the exhaustive tests though. Good job on your bunny_farm! |
Hey Brian,
I was looking through the code and couldn't find a way to explicitly acknowledge messages. Am I missing something or is there no way implemented to ack messages with gen_qserver/gen_qfsm?
Cheers
The text was updated successfully, but these errors were encountered: