senecajs/seneca-amqp-transport

Support dead lettering of messages

nfantone opened this issue · 1 comments

A message created from an .act that didn't reach its destination (eg.: no listener was active or a pattern mismatch) should be routed to a dead letter exchange instead of being silently discarded and lost. Dead lettering should be configurable by the user.

Closed by #61.