Prasad,

First, I'm not sure why you think write-though would be slower than using
JTA. I'm probably missing something, but I believe you should at least test
this before making decision.

In any case, if you use JTA, Ignite would automatically enlist any cache
operations into ongoing JTA transaction. You only need to do the following:
- JTA transaction manager instance provided in Ignite's
TransactionConfiguration is the same that starts transactions.
- Cache operations are invoked within the same thread that started a
transaction.

Hope this helps.

-Val



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to