My application uses XA transaction for writing to db and publishing message out on MQ. However Consumer application intermittently not able to find data in the database.
We are using Weblogic 10.3 and oracle 10g
I thought as part of XA transaction, message will be sent out only when db commit is complete.
Any inputs on this will be appreciated..
Thanks.