Atomikos Forum |
|
Hi All,
We use Atomikos, Spring 2.0, Hibernate 3.3, IBM MQ in our application. We are facing a peculiar problem of MQ Message getting delayed by days. Our setup is like this : Mainframe MQ > Local Queue 1 > App > Local Queue 2 > App > Local Queue 3 > App When we receive a message into LQ1, it is processed by the application and then put into LQ2 for the next step of processing and then to LQ3. There are some instances of messages stepping into LQ1 and then into LQ2 7 days after. I have posted my question at http://stackoverflow.com/questions/5499073/mq-message-gets-delayed-for-days and checked our MQ setup according to Rob. All seems fine. Has this got to do with a transaction delays ? Has anyone experienced a problem like this before ? Thanks, Midhun |