I was wondering if anyone has seen this issue and might be able to give me a direction on how to solve it.

Currently I have seen this issue. Lets say I have route A which consumes from queue 1 and produces to queue 2. This is a transacted route using the default Spring Transaction Manager using the default Transaction Policy. Next in the chain I have route B which consumes from queue 2 and produces to queue 3. When running this configuration with the Sun JDK all runs with out error. When running this configuration with the IBM J9 1.5 JDK I end up with Messages stuck in-flight from queue 2 and no corresponding exchanges with in route B. Any help with this would be great....

thanks
Chris O.

Reply via email to