[rabbitmq-discuss] dead letter queue example
Matthew Sackman
matthew at rabbitmq.com
Wed Apr 4 13:34:10 BST 2012
Hi,
On Mon, Apr 02, 2012 at 02:27:57AM -0700, agilefreak1 wrote:
> I would like to implement dead letter queue in our application. I am
> wondering has anyone already implemented dead letter and would love to
> share some basic code and best practice with me. I am using C# but I
> welcome code in any language.
Erm, you just need to a) configure the DLE of the queues in question, b)
create that exchange, c) bind a queue to it, d) consume from that queue.
http://www.rabbitmq.com/extensions.html#dead-letter-exchanges
There's really not much to it - in terms of using the feature.
Matthew
More information about the rabbitmq-discuss
mailing list