-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move messages from one queue to another in a safe transact manner #725
Comments
@AndersMalmgren is your error queue a centralized error queue? I.e. when moving messages back those would be more than one destination? |
Mass transit adds a error queue with the postfix _error
|
I believe I solved this by temporary enable auto forwarding to a temp queue and then back to the original queue. |
Hi.
We have made an application using Masstransit and azure service bus. If something goes wrong and after a few retries masstransit will move the message to a error queue. We need a transact way of moving the message from the error queue back to the original queue. And it needs to be transact so we are sure the message will not be removed from the error queue until it have successfully been publish on the destination queue.
The text was updated successfully, but these errors were encountered: