MQQueueManager myMQQueueManager;
myMQQueueManager = new MQQueueManager("QMGR", queueProperties);
The above code is working fine in Windows forms but giving SSL_INITIALIZATION error in Windows Services.
In windows service, threading is used. What is the reason for error?
Is there any other better codiing is available for SSL enabled connection?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum