[rabbitmq-discuss] poison queue - rabbitmq
Emile Joubert
emile at rabbitmq.com
Wed Feb 27 09:43:05 GMT 2013
Hi,
On 27/02/13 09:16, Hadas wrote:
> I use rabbitmq with WCF. Some messages cause to wcf to crash.
> So I use 'transactional' in order to try to run the code again.
> But I want that after several times the message go to poison queue.
>
> Is such a possibility exists in rabbitmq?
Unfortunately not yet, but if you use the regular RabbitMQ .net library
without WCF then you get visibility of the "redelivered" message flag
that tells you whether a message has been delivered to another consumer
in the past.
-Emile
More information about the rabbitmq-discuss
mailing list