I have a question about message broadcasting in rabbitmq.&nbsp;<div><br></div><div>I have a 1000 consumers on the same computer, if I want to broadcast a message to all of them, what is the best way to do it?</div><div><br></div><div>The issue I am concerning is that I don't want rabbitmq to send the same message 1000 times.<br></div><div>Can rabbitmq send the message to the consumer computer just one time, but received by all the 1000 consumers?</div>