I have two producers that need to send synchronized message to a queue, where 1 of 3 consumers will consume the message.  In this scenario, would the producer who sent the message, waits for the status back from the consumer, that consumed the message?  In synchronized messaging, would producer and consumer talk directly to each other or the message put in queue and consumer consume and reply back to the waiting producer?
<br><br>thanks,<br>joe<br>