Details
Description
Allow the user to specify the LockModeType for the JpaConsumer. This is handy when using a DB as a poor man's queue with multiple competing instances. If those instances call a non IDEM POTENT service, the service can be called multiple times. This can be prevented by using pessimistic locking.