Posted: Fri Jun 03, 2005 1:55 am Post subject: Channel Exit Implementation from MQ Client to MQ Server
Apprentice
Joined: 18 Sep 2002 Posts: 47 Location: Chennai, India
Dear All,
I would like to implement Channel exit concept from the MQ Client to the MQ server. At present in our business we are using third party tool in our application to encrpyt the message. So whenever a message is sent to the server from client that third party tool will encrpyt the message and send.
But now we are planning to eliminate the third party tool. We would like to implement purely the MQ concept like we use channel exit from server to server.
In server to server we use 'C' programmes to encrypt and decrpyt, but how to use this concept from MQ client to the MQ server?
Same as from server to srever. Use the send exit to encrypt, and the receive exit to decrypt. Note that the client will not be able to use MQSERVER to connect. Instead, the client has to connect using the client channel table (CLNTCONN channel), or by calling MQCONNX with a passed-in channel definition; these methods allow exits to be defined on the client channel.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum