integrations-core icon indicating copy to clipboard operation
integrations-core copied to clipboard

warn that concurrent SSL connections won't work

Open hithwen opened this issue 2 years ago • 1 comments

From IBM documentation https://www.ibm.com/docs/en/ibm-mq/9.0?topic=applications-secure-connections-mq-queue-manager

If you use the IBM WebSphere MQ 6.0 and later client libraries, then you can create a SSL connection only if you close any previous SSL connection first. Multiple concurrent SSL connections from the same process to the same or different queue managers are not permitted. If you attempt more than one request, you get the warning MQRC_SSL_ALREADY_INITIALIZED, which might mean that some requested parameters for the SSL connection were ignored.

hithwen avatar Sep 13 '22 08:09 hithwen

Codecov Report

Merging #12912 (a8b533e) into master (ac8b287) will not change coverage. The diff coverage is n/a.

Flag Coverage Δ
ibm_mq 90.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

codecov[bot] avatar Sep 13 '22 09:09 codecov[bot]