I want to access (Websphere) MQ via a Notes Java agent. The inspiration for my initial code I got from this article: https://www.ibm.com/developerworks/lotus/library/domino-jms/
If I run my agent I get the 2009 message: "MQ queue manager closed channel immediately during connect Closure reason = 2009".
I have checked the connection via the MQ Explorer client and here I can access the channel and read messages.
I presume the connection via the Notes agent fails due to the fact it does not use the SSL key I got provided.
My question is how I should setup my Java agent, including the key file and use it in my code?
Anyone who can enlighten me? Thank you in advance!