Open IvanDugandzic opened 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? :)
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.
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. :)
Did you consider including publisher confirms support?