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

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

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