- [ ] Configure RabbitMQ to create a DirectExchange with name "orders-exchange" - [ ] Create queues "new-orders", "delivered-orders", "cancelled-orders", "error-orders" - [ ] Configure Bindings with RoutingKeys same as queue names - [ ] Demonstrate Sending and Receiving messages with an example