Is there a way to block connections on an MQ SVRCONN channel based on the client version?
I am running MQ v9.3 and in some of my SVRCONN channels, I don’t wanna allow MQ v8 Clients to connect to it.
Do anyway see a way to achieve that?
Regards
>Solution :
There’s nothing in the MQ product itself. You’d have to use a channel security exit to do it. The MQCXP structure passed to the exit contains RemoteVersion that tells you the version of the connecting client.