Greeting all.
How can achieve next:
- Publisher (Web client) add a message to the queue.
- RabbitMQ must execute bash script with an argument from the queue message
- If the bash script was executed successfully then sent acknowledgment to RabbitMQ
- After receiving the acknowledgment then RabbitMQ will be executing bash script with an argument from the queue message.
- Before getting acknowledgment RabbitMQ will be delaying execute the bash script
Is it possible to achive with RabbitMQ?
Could you get me some advice, please?
Thank very much for your help.