Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.10.3
-
All camel applications with hazelcast component like seda consumer
-
Patch Available
-
Moderate
Description
The transactions are not started when the seda consumer is used.
If the messages are stored in MapStore, seda consumer doesn't wait the end of transaction to remove data. It's a problem if the server crashes because data are lost.
The patch allows to resolve this problem because the message in mapstore will be removed only when the transaction will be finished.