Author |
Message |
Topic: Uncommitted ghost messages with java XA in bindings mode |
richardellery
Replies: 10 Views: 8402
|
Forum: General IBM MQ Support Posted: Wed Apr 18, 2007 2:02 am Subject: Uncommitted ghost messages with java XA in bindings mode |
Ben, you are a star! This information is exactly what I was looking for. Thanks again. |
Topic: Uncommitted ghost messages with java XA in bindings mode |
richardellery
Replies: 10 Views: 8402
|
Forum: General IBM MQ Support Posted: Wed Apr 18, 2007 1:02 am Subject: Uncommitted ghost messages with java XA in bindings mode |
Thanks very much for your reply, Ben.
As I understand it, the JCA adapter is only available from WMQ 6.0.2.
Are you therefore stating that the only J2EE application servers that are supported ... |
Topic: Uncommitted ghost messages with java XA in bindings mode |
richardellery
Replies: 10 Views: 8402
|
Forum: General IBM MQ Support Posted: Tue Apr 17, 2007 9:04 am Subject: Uncommitted ghost messages with java XA in bindings mode |
You're correct you do always need a transaction manager, but in this case my client is also acting as the transaction manager. |
Topic: Uncommitted ghost messages with java XA in bindings mode |
richardellery
Replies: 10 Views: 8402
|
Forum: General IBM MQ Support Posted: Tue Apr 17, 2007 8:40 am Subject: Uncommitted ghost messages with java XA in bindings mode |
Hello,
Thanks for the response so far on this..
Firstly, the reason I believed that the transaction should roll back in the case of an idle client is this article on the IBM site:
"The m ... |
Topic: Uncommitted ghost messages with java XA in bindings mode |
richardellery
Replies: 10 Views: 8402
|
Forum: General IBM MQ Support Posted: Tue Apr 17, 2007 7:52 am Subject: Uncommitted ghost messages with java XA in bindings mode |
Hello,
I am using the code below to test the java XA transactional behaviour of MQ for Windows 5.3 CSD12.
If a java process dies (or is killed) before a transaction is committed, it appears tha ... |
Topic: put between XAResource start and end not part of XA transctn |
richardellery
Replies: 4 Views: 3729
|
Forum: General IBM MQ Support Posted: Mon Apr 16, 2007 2:37 pm Subject: put between XAResource start and end not part of XA transctn |
Thanks very much - I had not set the SYNCPOINT (I had tried setting it, but passed the flag into the accessQueue method). Passing it directly as an option to the put is clearly what was needed. Than ... |
Topic: put between XAResource start and end not part of XA transctn |
richardellery
Replies: 4 Views: 3729
|
Forum: General IBM MQ Support Posted: Mon Apr 16, 2007 10:58 am Subject: put between XAResource start and end not part of XA transctn |
Hello,
I am trying to create a scenario using MQ 5.3 FP 12 for Windows.
The code below creates an XAResoure and QueueManger from an MQXAQueueManager. The problem is that the put to MyQueue comm ... |