Azure / go-amqp

AMQP 1.0 client library for Go.
https://github.com/Azure/go-amqp
MIT License
106 stars 57 forks source link

Expose connection properties from open performative #32

Closed Sharad-Regoti-Unotech closed 1 week ago

Sharad-Regoti-Unotech commented 3 years ago

How can we connect to active mq cluster using this library

jhendrixMSFT commented 3 years ago

Closing as there's too little information here to be actionable. Please ping back with more details if this is still an issue.

Thitiphong commented 2 years ago

How can we get connection property "failover-server-list" from ActionMQ server with this library https://www.oasis-open.org/committees/download.php/60379/amqp-failover-v1.0-wd01.pdf

jhendrixMSFT commented 2 years ago

Thanks this is helpful. Per the doc, this should come back as part of the open performative. We don't expose the properties at present though.

jhendrixMSFT commented 1 week ago

Fixed in upcoming version v1.2.0.