vert-x3 / vertx-amqp-client

An AMQP client for Vert.x
Apache License 2.0
17 stars 18 forks source link

add an option to override the AMQP connection hostname value only #61

Closed gemmellr closed 3 years ago

gemmellr commented 3 years ago

Adds an option to override the AMQP connection Open hostname in isolation.

It is already possible to override it and the SNI value with the virtualhost option, but you cant control it in isolation with vertx-amqp-client as the route to do so from vertx-proton to isnt usable here because pre-opened connections are returned on creation).

gemmellr commented 3 years ago

Stems from discussion on https://github.com/smallrye/smallrye-reactive-messaging/pull/1075 and https://github.com/quarkusio/quarkus/issues/15229

cescoffier commented 3 years ago

Thanks!

It would need to be backported to the 3.9 branch

gemmellr commented 3 years ago

Yep, I was waiting for the review before picking it, will push and pick it now.

cescoffier commented 3 years ago

Thanks!