According to the Online IBM doc for WMQ 7 it's possible to write channel security exits in the Java language, so I don't need to remember C programming and no worry about compiling for different operating systems.
My purpose is to write a security exit, which extracts the distinguished names (DN) on my QueueManager from a client certificate and forward its values as a JMS-usr property.
My problem: I even couldn't setup the provided example for my Server-connection channel. I tried to put the .class file of the IBM-example to the \exit folder, but my QM is throwing following error:
The dynamic loadable file C:\Program Files\IBM\WebSphere
MQ\exits\MyMQExits.dll wasn't found.
Does this mean that I can't write security exits for Java for my QM-side (just in C / dll), only for client-applications??