ibm-messaging / mq-golang

Calling IBM MQ from Go applications
Apache License 2.0
167 stars 60 forks source link

Question: is there support for ibm Advanced Message Security #173

Closed semenovem closed 3 years ago

semenovem commented 3 years ago

Hi Mark! thanks for supporting and developing this project!

I have a question: is it possible to work with "IBM Advanced Message Security" ?

as written about Java https://www.ibm.com/docs/en/ibm-mq/9.2?topic=scenarios-quick-start-guide-ams-java-clients

Thanks!

ibmmqmet commented 3 years ago

This package is built on top of the MQ C client API and libraries so automatically inherits all its support for AMS - specifically it'll be usually using the CMS section (referring to a kdb keystore) of the keystore.conf file.

semenovem commented 3 years ago

that's good news, thanks!