swarrot / SwarrotBundle

A symfony bundle for swarrot integration
MIT License
89 stars 59 forks source link

Publisher Confirms support #96

Open IvanDugandzic opened 7 years ago

IvanDugandzic commented 7 years ago

Did you consider including publisher confirms support?

odolbeau commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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. :)