Posted: Thu Sep 15, 2005 8:26 pm Post subject: newbie help please
Newbie
Joined: 15 Sep 2005 Posts: 2
Dear members,
I am new to MQ. Can anybody please throw some light on using c++ with MQ. I am trying to write a client/server program. The client program will pass the address id to the server, server has to pick up the address id passed from client and query the database and return the details of the address, client has to display the address details. As far as i have understood i will have to do the following.
1) Create a queue (say Q1)
2) Client program will write the message to the queue (Q1), this message will contain the address id.
3) server program reads the message from the queue and gets the address id from the message , the server program will query the database and again puts a message in the queue which contains the address details
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