Skip to content

Commit

Permalink
Merge branch 'hotfix-6.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonPobiega committed May 11, 2015
2 parents 655825c + bc7137f commit 494bebb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public Registration()
{
InsertAfter(WellKnownStep.ExecuteUnitOfWork);
InsertAfterIfExists("OutboxDeduplication");
InsertBefore(WellKnownStep.MutateIncomingTransportMessage);
InsertBeforeIfExists("OutboxRecorder");
InsertBeforeIfExists(WellKnownStep.InvokeSaga);
}
Expand Down

0 comments on commit 494bebb

Please sign in to comment.