End to end security with WMQ AMS

388 Views Asked by At

I have to encrypt messages with WMQ Advanced Message Security. What do I need to do in my program or .bindings file to make it work?

1

There are 1 best solutions below

0
T.Rob On BEST ANSWER

Good news - there is nothing to do in your code or .bindings file. WMQ AMS uses interceptors to catch the API calls before they are handed to WMQ. The configuration is entirely external to your program and consists of using an environment variable to point to an ini file. The ini file in turn points to the keystore which can be a jks or IBM's kdb format (such as that used by QMgrs).

The various quick start guides outline the steps required to get AMS up and running.