You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
How can I forward the messages from the error queue back to the main queue?
Is it possible to forward multiple messages to the main queue ?
Is there any possibility that refreshes the count of messages in the queue automatically (i.e: auto refresh every 5, 10 seconds)?
Thanks
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: