Hi,

I have a requirement where, in one transaction, I have to insert data in database and post message to a IBM MQ (i.e., Global transaction).

I am new to Spring and have decided to use JtaTransactionManager as PlatformTransactionManager to achieve the same (application server is JBoss).

Can anyone please tell me if I doing it correctly or I have to change the PlatformTransactionManager.


Thanks in advance - ssroy