You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geode.apache.org by Amit Pandey <am...@gmail.com> on 2017/01/22 19:50:14 UTC

Use Gemfire Transactions and write behind

Hi Guys,

If I use Geode transactions in Spring Service and use Write behind, how do
we configure the Write behind to work with Jpa or Data Sourec transactions
if I am using Spring Data Geode, will simply annotating my services with
the transactions managers for JPA work in case of write behind being called
in the listners?

So if the code is executed in other nodes I guess the write behind will
work correctly right?

Regards