-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to force to use port 5671? #811
Comments
Yes, I played with these as well but mean the (same) settings in the File -> Connect window. What's the difference to the new client? |
When getting the entities that populate the tree, https is always used. I doubt that you can change that since it is handled inside the client. The Connectivity Mode determines what is used for sending and receiving messages.
The new client is only used in a few places in the code. One of them is when purging messages. The new client supposedly only uses AMQP. However, I believe it is using https just like the old client for getting entities. It is Open Source though... |
Thanks to the 3 generations of the SDKs, there's a lot of confusion. My attempt to clarify that. Management operations
Messating operational
Protocol
Hope this helps. |
When I monitor the connection with Wireshark then I see that Service Bus Explorer always uses port 443. I tried various combinations for Connectivity Mode, Transport Type and AMQP Web Sockets.
Can I force Service Bus Explorer to use port 5671?
The text was updated successfully, but these errors were encountered: