TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
achyuth reddy
NA
88
1.2k
IBM MQ SSL Connect with Standalone DLL
May 23 2021 3:38 PM
Dear Team,
Am connecting IBM MQ with the Standalone amqmdnetstd.dll, but with SSL am unable to establish the connection.
the properties which i used in the connection
Hashtable queueProperties = new Hashtable
{
{ MQC.HOST_NAME_PROPERTY, MQHost },
{ MQC.CHANNEL_PROPERTY, MQChannel },
{ MQC.PORT_PROPERTY, Convert.ToInt64(MQPort) },
{ MQC.SSL_CERT_STORE_PROPERTY, "*SYSTEM"},
{ MQC.SSL_CIPHER_SPEC_PROPERTY, MQCipherSuite },
{ MQC.CERT_LABEL_PROPERTY,"TestWebJob"} ///It is placed in cert store with same friendname i tried with another key
"ibmwebspheremq" also
.
};
Reply
Answers (
1
)
Jenkins VS Docker
how to serialize the multi dynamic data in object