-
Notifications
You must be signed in to change notification settings - Fork 80
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
Any default values for connection hostname? #383
Comments
Qpid Proton:
Rhea:
|
If you default it, how do you override that to leave it unspecified (e.g. in order to use the default, whatever that is)? |
https://qpid.apache.org/releases/qpid-proton-0.37.0/proton/cpp/api/classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028 |
I noticed something else from the Rhea README.md: "hostname - to present to remote in the open frame (defaults to host)" |
If I set "host" but not "hostname" in the connection options, is there any defaulting of "hostname" done?
I'm working with somebody who is using Rhea in combination with Qpid Dispatch Router, with a vhost policy config. When they use Qpid Proton C++, it seems to default the hostname field. Rhea does not appear to.
And then, if this is truly a difference, should Rhea default it?
The text was updated successfully, but these errors were encountered: