telstrapurple / PurpleExplorer

cross-platform Azure Service Bus explorer (Windows, MacOS, Linux)
MIT License
163 stars 33 forks source link

Move message or multiple messages from error queue to main queue #98

Open AhmedElbatt opened 4 months ago

AhmedElbatt commented 4 months ago

Hi,

I am creating distributed solution that working with Saga Pattern to execute kind of operations between two or more systems. I am using Rebus with Azure service bus to handle this implementation.

In brief, I have two queues one is a main queue that the messages are located whenever is triggered and in case an error occured in the process the message will be forwarded to an error queue. I am enthusastic to use purple explorer that why I have the following questions:

Thanks

image