Related to #138
Along with acking the message to avoid queueing the system on a failure, it is also prudent that we must publish successfully into a DLQ topic the failed message.
Acceptence Criteria
As an operator:
- I would allow to configure a DLQ topic name where the failed messages will be published to
As an application dev:
- I expect a DLQ message to be published when a message is processed.