Skip to content
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

Open
tom08zehn opened this issue Nov 13, 2024 · 4 comments
Open

How to force to use port 5671? #811

tom08zehn opened this issue Nov 13, 2024 · 4 comments

Comments

@tom08zehn
Copy link

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?

@SeanFeldman
Copy link
Collaborator

You're referring to the general Options?
image

IIRC, the old ASB client auto-detects what's available, and if TCP is blocked, it falls back to HTTP(s).

@tom08zehn
Copy link
Author

tom08zehn commented Nov 14, 2024

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?

@ErikMogensen
Copy link
Collaborator

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.

What's the difference to the new client?

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...

@SeanFeldman
Copy link
Collaborator

Thanks to the 3 generations of the SDKs, there's a lot of confusion. My attempt to clarify that.

Management operations

  • Always via HTTP
  • Latest SDK has an exception for Filters that can leverage the transport used for the messaging operations

Messating operational

  • Latest SDK: single transport AMQP (default) or WebSockets (HTTPs), no auto-detection
  • Previous SDKs - AMQP and HTTPs with auto-detection. This is what SBE is using

Protocol

  • Always AMQP
  • Version 1.0 (no support for 0.9)

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants