Skip to content

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

@AhmedElbatt

Description

@AhmedElbatt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions