[rabbitmq-discuss] Dead Letter Channel?
Matthias Radestock
matthias at rabbitmq.com
Fri May 27 21:52:48 BST 2011
James,
James Carr wrote:
> So is there a good way to handle clients that can't understand a
> message they recieve? Ideally this is more of a programmer mistake
> rather than application behavior and should be handled by the teams
> that maintain that code but just curious if there is a good abstract
> way to store that message for later processing.
Get the client that is rejecting the message to post it to a special
queue from where it can be picked up later.
This requires code in the app / client lib and doesn't work if the
message crashes the app. Hence the desire to get the broker to take care
of re-routing these messages automagically.
Regards,
Matthias.
More information about the rabbitmq-discuss
mailing list