- Hands-On Microservices with C#
- Matt R. Cole
- 67字
- 2025-04-04 16:33:21
Default exchange
The default exchange is a pre-declared direct exchange with no name, usually referred to by the empty string "". When you use the default exchange, your message will be delivered to the queue with a name equal to the routing key of the message. Every queue is automatically bound to the default exchange with a routing key that is the same as the queue name.