I had this same problem. MQ dev came up with an efix for me. You can get it from MQ support. It is called "MQ_WAS_EFIX.JAR". It goes in the webapp classpath before any of the other MQ ja ...
Unfortunately App(A) is rather limited in what it can do with MQ messages (It is a Siebel MQ Adaptor). It is implemented such that it will send out a request and wait for a reply. The timeout is nee ...
I have an application(A) that needs to put a request on a queue, Another application(B) will read this message and do some processing and put the reply on the queue specified by (A). Appl (A) will w ...