Q. What happens if you publish a message to an exchange with no bound queues?
β
Correct Answer: (B)
Message is dropped
Explanation: If no queue is bound to the exchange (and no alternate exchange is configured), the message is discarded.