Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
AMQP allows for a hostname to be set on the Sasl Init and Open frames, allowing for virtualhost style usage.
We currently dont set the sasl hostname at all (and Proton-J doesnt even expose a setter for it, but does have the necessary field), and only set the Open frame hostname to the same value used for the underlyingTCP connection. We should add support for this.