Hi,
I am working on enhancement of an old
J2EE application which communicates with Mainframes using MQ.
After sending the data to MQ request Queue it waits for the reply on the response queue. The wait period is 2 mins.
After that it shows an popup to user that there is problem processing your request, but on the mainframes side the request was processed and data is updated in their database. So our database is out of sync and also the message is stuck in the queue forever.
How can I enhance it so that our database is updated properly?
Any suggestions are appreciated.
Thanks in advance,
Karan