C ++ client connecting to IBM MQ via SSL

I need to change C ++ code to connect to WebSphere MQ using the client channel defragmentation table. Windows 2003 with v6.0 has about 5,000+ MQ clients and 10 MQ servers. Please help me if anyone is using C ++ with CCDT.

+5
source share
1 answer

Set the MQCHLLIB and MQCHLTAB environment variables to point to the channel table as described in Using WebSphere MQ environment variables . Then set SSLKEYR as described in the same section of the manual. This will allow the application to find the CCDT and KDB files. Make sure that the CCDT contains definitions of channels that determine the correct SSLCIPH and then connect as usual, no code changes are required.

, WM7 v7, v6. , v7, . , v6 - , - - v7.

+2

All Articles