You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce the SslContextFactory interface, in use in the ConnectionFactory
to create SslContext instance based on the connection name.
The existing ConnectionFactory#useSslProtocol() methods still work
the same way (they end using a SslContextFactory that returns the
same SslContext, whatever the name of the connection is).
This introduces a breaking change in the FrameHandlerFactory
by adding a new connectionName parameter. It should impact many
users, as this is more an internal API.
Fixes#241
E.g. allow to have a
SslContext
created for each connection of the sameConnectionFactory
.See https://groups.google.com/d/msg/rabbitmq-users/Jl5ffHgueDw/1bUsPxzYEAAJ.
The text was updated successfully, but these errors were encountered: