Skip to content

Commit

Permalink
Revert "fix: identificatie generation producing duplicates during hig…
Browse files Browse the repository at this point in the history
…hly-concurrent workload (#143)"

This reverts commit 3235a62.
  • Loading branch information
DelanoWAF authored Sep 7, 2023
1 parent 570fdff commit d626a9d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
active="${GenereerIdentificatieEmulator.Active}"
description="">

<Receiver name="GenereerIdentificatieEmulator" transactionAttribute="Required">
<Receiver name="GenereerIdentificatieEmulator">
<JavaListener name="GenereerIdentificatieEmulator"/>
<JdbcErrorStorage
name="JdbcErrorStorage"
Expand All @@ -22,8 +22,7 @@
<FixedQuerySender
query="SELECT IDENTIFICATIE FROM IDENTIFICATIE WHERE TYPE = ?{IdentificatieType}"
queryType="SELECT"
lockWait="10"
lockRows="true"/>
/>
<Param name="IdentificatieType" sessionKey="IdentificatieType"/>
<Forward name="success" path="CheckForDBResult" />
</SenderPipe>
Expand Down

0 comments on commit d626a9d

Please sign in to comment.