vert-x3 / vertx-amqp-client

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

Allow AmqpClient to propagate an externally supplied SSLContext to th… #80

Closed kabir closed 2 years ago

kabir commented 2 years ago

…e ProtonClient

Motivation:

As discussed with @vietj we need to be able to pass in an SSLContext when running the clients in WildFly. If one is passed in, that takes over creation of the SSLEngine. Currently Vert.x creates the SSLEngine from a specified truststore etc.

This is for our MicroProfile Reactive Messaging integration.

Needs: https://github.com/vert-x3/vertx-proton/pull/129

Conformance: Signed (adjusted commits to be signed after opening initial PR)