Publisher confirms என்பது RabbitMQ நிறுவனம் உৎपादకர் (producer) ஒருவருக்கு செய்தி பெற்றுக்கொள்ளப்பட்டது (மற்றும் நிலைத்தாக்கப்பட்டது) என்ற அங்கீகாரத்தை வழங்கும் ஒரு வழிமுறை ஆகும் — இது செய்திகள் வெளியிடும் பக்கத்தில் இழக்கப்படாதை உறுதிசெய்கிறது. இவை நுகர்வோர் அங்கீகாரங்களின் உற்பత்திக்காரர்-பக்க சமமான்.
பிரச்சனை: செய்தி தரகரைக்கு எட்டியதா?
When a producer publishes a message, by default it doesn't KNOW if RabbitMQ received it:
→ network failure, broker issue → the message could be LOST without the producer knowing
→ for reliability, the producer needs CONFIRMATION that the message was accepted
→ publisher confirms address the PUBLISHING side of reliability
