Guys my server program is in jms, where as my client program is in base java. And it not possible for me to change both of them to work on jms. So request you to suggest some programs which i can refe ...
Do I need to open the MODEL queue while sending the request also or only while getting the response I have to open it. Then how do I pass this queue name to the accessQueue me ...
I have developed an application server(JMS) which takes messages from MQ then processes it and then sends back the response to the MQ from where the client( again developed by myself ) takes ...