Skip to content
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 message or multiple messages from error queue to main queue #98

Open
AhmedElbatt opened this issue Apr 29, 2024 · 0 comments
Open

Comments

@AhmedElbatt
Copy link

AhmedElbatt commented Apr 29, 2024

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:

  • 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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant