mxriverlynn / rabbus

A micro-service bus with built-in messaging patterns, for NodeJS and RabbitMQ
116 stars 26 forks source link

Is there a way to setup a dead letter exchange with rabbus? #32

Open jnystrom opened 7 years ago

jnystrom commented 7 years ago

I would like to use a pattern of dealing with a delayed delivery to a queue, and am wanting to use a dead letter exchange to handle this. Is this possible to setup via rabbus/rabbot?