I have to encrypt messages with WMQ Advanced Message Security. What do I need to do in my program or .bindings fi开发者_开发知识库le to make it work?
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.
- Quick Start Guide for WebSphere MQ AMS on UNIX platforms
- Quick Start Guide for WebSphere MQ AMS on Windows platforms
- Quick Start Guide for WebSphere MQ AMS with Java clients
精彩评论