Hi,
So would this transaction also be managed across 2 different nodes of server. So for example I need to do horizontal scaling so there would be 2 nodes of server with multiple threads running...
Type: Posts; User: Mohit Madan; Keyword(s):
Hi,
So would this transaction also be managed across 2 different nodes of server. So for example I need to do horizontal scaling so there would be 2 nodes of server with multiple threads running...
Hi Artem,
Just a follow up question, in case where we would require horizontal scaling for the JPA poller would it be safe that the JPA poller picks the record only once. Do we need to any...
Thanks Artem, this is helpful
We have a use case where we need to read the records from the table based on a flag and process these records basically sending to various web services. We need to select and update the flag in the...