paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
2.01k stars 585 forks source link

The context menu for the Transfer Deadletter subqueue is in a bad state #762

Closed ErikMogensen closed 6 months ago

ErikMogensen commented 9 months ago

It looks like this: image

Also, when a menu item is selected it will execute the actions associated with the two top menu items.

I suggest the same context menu should be used for the Transfer DLQ as the standard DLQ. Also, as much code as possible should be shared between them. This also applies to the code handling queues and subscriptions, where duplicate code should be minimized.

ErikMogensen commented 6 months ago

Fixed in #768