tyro / rabbit-amazon-bridge

A service that routes JSON messages back and forth between AWS and rabbitmq
Apache License 2.0
18 stars 6 forks source link

Make dead-lettering optional #10

Open maccac opened 5 years ago

maccac commented 5 years ago

In some environments the user may not wish to dead-letter on an error. Provide options to drop the message, nack it so it gets replayed, or dead-letter it. A question is should there be a default behaviour and what would it be?