telstrapurple / PurpleExplorer

cross-platform Azure Service Bus explorer (Windows, MacOS, Linux)
MIT License
165 stars 33 forks source link

Doesn't seem to work at all #74

Open justinmchase opened 1 year ago

justinmchase commented 1 year ago

image

I put in my connection string at it says "Connected to Service Bus: " but then all of the buttons and menus are disabled and all the lists are empty and I can't click or right click anything except the Connect button.

armannaj commented 1 year ago

I'm having a look into this issue. In the mean time, feel free to use the previous version

armannaj commented 1 year ago

@justinmchase Based on the image, it seems like the service bus doesn't have any topics or subscriptions and no queues as well. I tried locally and the new version seemed working fine.

justinmchase commented 1 year ago

Well I have an Event Hubs Namespace and it has a number of Event Hubs. I'm able to connect to those topics via code running up in azure. I'm using the connection string from the namespace.

So it does have a number of topics as far as I can tell. Though I am not sure the difference between Event Hubs Namespace and Service Bus to be perfectly honest.