Posted: Wed Jun 21, 2006 2:04 am Post subject: Help needed in retrieving data sent using ConnectionFactory
Apprentice
Joined: 19 Jun 2006 Posts: 33
Hi
Anyone can provide me advise in how to retrieve data that is sent using ConnectionFactory from client to server. Right now its retrieved through the use of csp.. are there any other methods to retrieve it without using csp?
To what i know, createConnection() will send default username and password over while createConnection(String userName, String password) will send the defined username and password over. In my code i put the defined username and password into the csp and on the MQ side retrieved using MQCSP... I would like to ask if any other method to retrieve it without csp?
I would like to retrieve whatever is sent over straight from the createConnection meaning if its createConnection() I will retrieve the default username and password while createConnection(String userName, String password) I will retrieve the defined ones.
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