mateodelnorte / servicebus

Simple service bus for sending events between processes using amqp.
MIT License
420 stars 66 forks source link

Allow use of alternate exchanges #115

Open badavis opened 6 years ago

badavis commented 6 years ago

Using an alternate exchange is an easy way to send all un-routable messages to a "catch-all" queue. Servicebus could support the use of alternate exchanges by passing the configuration through to assertExchange()

https://www.rabbitmq.com/ae.html https://stackoverflow.com/questions/38617550/rabbitmq-exchange-with-catch-all