In liberty, we are connecting to a MQ server.
We need to specify a "securityExit" on "jmsActivationSpec/properties.wmqJms".
Q: How to setup the jar that implements that security exit? We tried to put it in:
- wlp/lib
- wlp/dev/api/third-party
- servers/nom_server/lib/global
- shared/config/lib/global
- then add "classloader commonLibraryRef="global" in the "enterpriseApplication" tag
without success...
I have the feeling that we need to reference "global" from the "jmsActivationSpec" definition (similar to the "jdbcDriver libraryRef="global"" inside the dataSource tag) but ther is no tag for that
Everything works fine if we disable the security exit on the server side and do not specify the "securityExit" attribute in server.xml