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?
Asked
Active
Viewed 378 times
1 Answers
2
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.

Morag Hughson
- 7,255
- 15
- 44

T.Rob
- 31,522
- 9
- 59
- 103