hibernate - Camel JPA 'consumeDelete' when called? -


so i'm using camel-jpa , set consumedelete property true consumed entity gets removed, after consumed. i'd know is: when entity removed during chain-process?

is there specific point, entity removed? there specific step in route, happens?

its removed when message completed being routed, eg not before routing, or during routing.

in other words happens automatic last step in route, if message processed successfully. if have error of sorts not handled, record not deleted, camel can try again. can use camel error handling handle error message regarded being processed jpa deletes record.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

Slow performance first queries on SQL Azure -

Java Entity Manager - JSON reader was expecting a value but found 'db' -