rebus-org / Rebus.SqlServer

:bus: Microsoft SQL Server transport and persistence for Rebus
https://mookid.dk/category/rebus
Other
43 stars 44 forks source link

Question: Retrying message from error queue. #87

Closed keithernet closed 3 years ago

keithernet commented 3 years ago

Hello,

Is there any reason that I cannot copy a message from the error queue directly to the input queue if I want to retry it after fixing the issue that resulted in the message ending up there in the first place?

Thanks!

mookid8000 commented 3 years ago

No reason not to do it 🙂

And in case the double negation dilutes the message:

It's totally alright to retry messages my moving them out of the error queue into the queue of the consumer where they failed.