Carael / CrossBusExplorer

Cross platform Azure Service Bus explorer
MIT License
51 stars 6 forks source link

[Suggestion] Some small possible improvement #33

Closed Stitch10925 closed 1 year ago

Stitch10925 commented 1 year ago

Some small improvements to make the UI more user-friendly and to give it more functionality:

  1. Open message details when clicking it so that you do not always need to click on the "View Message Details" icon
  2. Allow for bulk-requeue of messages
  3. Allow re-queueing messages to another queue (for example from the error queue to the processing queue)

I hope these are possible improvements that are not too difficult to implement.

Carael commented 1 year ago

Thanks for the suggestions.

  1. Personally i like the current solution better - especially when there are 3 actions possible for the message - view, edit and requeue. But I will ask - not excluding this.
  2. You can can already do this here: image This way the messages from deadletter messages are requeued on current queue.
  3. This can also be already done. You need to set the 'Forward to' or 'Forward deadletter messages to' property and save. This is done on the Service Bus Queue/Subscription itself so all the current and future messages will be redirected. So after the action remove this property if not needed. image

What do you think about it @Stitch10925?

Stitch10925 commented 1 year ago

Very nice, I totally looked over these options. Thank you.

Carael commented 1 year ago

You are welcome. Then I will close this issue.