vert-x3 / vertx-rabbitmq-client

Vert.x RabbitMQ Service
Apache License 2.0
73 stars 64 forks source link

Enable setting hostname verification algorithm for ssl context provider other than the default "" #215

Closed ozangunalp closed 8 months ago

ozangunalp commented 8 months ago

Allow setting the hostname verification algorithm of the SslChannel created for the rabbitmq connection.

vietj commented 8 months ago

thanks @ozangunalp can you backport to 4.x ?

ozangunalp commented 8 months ago

Wait isn't this repo already the 4.x? AFAIS https://github.com/eclipse-vertx/vertx-rabbitmq-client is not impacted by this issue.

vietj commented 8 months ago

Vert.x 4.5.x is released though the 4.x branch of this repo, the master branch you contributed too is in Vert.x 5, it might be dropped if we consider using https://github.com/eclipse-vertx/vertx-rabbitmq-client as our main client for Vert.x 5