πŸ“Š Rabbit MQ
Q. What happens if you publish a message to an exchange with no bound queues?
  • (A) Message is stored temporarily
  • (B) Message is dropped
  • (C) Message is sent back to producer
  • (D) Exchange crashes
πŸ’¬ Discuss
βœ… 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.

Explanation by: Neha Sharma
If no queue is bound to the exchange (and no alternate exchange is configured), the message is discarded.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
16
Total Visits
πŸ“½οΈ
2 mo ago
Published
πŸŽ–οΈ
Neha Sharma
Publisher
πŸ“ˆ
94%
Success Rate