websphere-mq security changes in 7.0 + - Is it possible to secure MQ objects without using security
- by avinash
We are using security exits in WebsphereMQ 6.0 to provide security in java clients connecting to MQ and MQ - MQ connectivity. We use security exits to provide secure way to connect to Queue managers , Queue , channel.
IS there any change in security mechanism in latest version so that we can completely avoid using security exits ?
This is what our requirement/goal in MQ security
Queuemanagers should be only accessible with providing proper username and password (I know this is not possible in 6.0 without security exits )
A legal user after authenticating queuemanager connection should be able to access only his queue / channel.
Thanks