When I send a message to a queue using 'rabbitmqadmin' the response is 'Message published', is this a confirmed delivery?
From node for some important operations I use 'createConfirmChannel' and I want to do the same from bash
In the rabbitmq documentation I have read that the only way to make a secure submission is to confirm the channel. I imagine that 'Message published' does not confirm the delivery of the message, but I can't find any information.