Skip to content

Commit

Permalink
refactor: transactionAttribute adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF authored and MLenterman committed Sep 6, 2023
1 parent 353a74d commit 9cc4445
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
active="${GenereerIdentificatieEmulator.Active}"
description="">

<Receiver name="GenereerIdentificatieEmulator">
<Receiver name="GenereerIdentificatieEmulator" transactionAttribute="Required">
<JavaListener name="GenereerIdentificatieEmulator"/>
<JdbcErrorStorage
name="JdbcErrorStorage"
datasourceName="jdbc/${database.instance.name}"
slotId="${instance.name}/genereerIdentificatieEmulator"/>
</Receiver>

<Pipeline transactionAttribute="RequiresNew">
<Pipeline>
<Exits>
<Exit name="EXIT" state="SUCCESS"/>
<Exit name="EXCEPTION" state="ERROR"/>
Expand Down

0 comments on commit 9cc4445

Please sign in to comment.