Resolved

Azure Service Bus Explorer

0 vote

avatar

Wondered if it would be possible to have the Azure Service Bus Explorer integrated in RDM to start directly this program/exe with a connection from RDM. The Service Bus Explorer allows users to connect to a Service Bus namespace in Azure and administer messaging entities in an easy manner.

Download ServiceBusExplorer Github: https://github.com/paolosalvatori/ServiceBusExplorer
There is a possibility to pass command line arguments to open a connection where the connection string (the variables) could come from RDM:

ServiceBusExplorer.exe [-c|/c] [connectionstring]

Example Connectionstring:
Endpoint=sb://testing.servicebus.windows.net/;SharedAccessKeyName=MyTest;SharedAccessKey=RITTU3fiYPLfqq2LdjKEZpc9MW6vRwMxvbM/L7Om3zk=

Where the needed variables could come from RDM:
- Endpoint = testing.servicebus.windows.net
- SharedAccessKeyName = MyTest
- SharedAccessKey = RITTU3fiYPLfqq2LdjKEZpc9MW6vRwMxvbM/L7Om3zk=

Documentation: https://github.com/paolosalvatori/ServiceBusExplorer/blob/develop/docs/documentation.md

Regards, Marcel

All Comments (1)

avatar

Hello Marcel,

Thank you for the request and for providing detailed information on what kind of integration you'd like to see with RDM! I've opened a ticket so we can add this in the future. We'll update this thread once we have an update on the feature.

Regards,

Hubert Mireault