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

Publisher Confirms support #96

Open
IvanDugandzic opened this issue Feb 23, 2017 · 3 comments
Open

Publisher Confirms support #96

IvanDugandzic opened this issue Feb 23, 2017 · 3 comments

Comments

@IvanDugandzic
Copy link

Did you consider including publisher confirms support?

@odolbeau
Copy link
Member

I you're talking about ack / nack, it's implemented in this processor: https://github.com/swarrot/swarrot/blob/master/src/Swarrot/Processor/Ack/AckProcessor.php

Is it what you're looking for? :)

@IvanDugandzic
Copy link
Author

No that is ack/nack on consumer side. I 'm talking about publisher confirms not consumer acknowledgements link
It 's assurance that message is successfully published.
php-amqplib have support for this and pecl-amqp changelog included support in last version.

@odolbeau
Copy link
Member

Oh, I see. When I saw ack/nack, I didn't continue my reading, my bad!
I wasn't aware of this feature so I didn't consider including it.

Of course, feel free to propose a PR with this implementation. :)

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

2 participants