charlessolar / Aggregates.NET

.NET event sourced domain driven design model via NServiceBus and GetEventStore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting Correlation Id Can Make NSB Throw

charlessolar opened this issue · comments

According to #50 - when MutateOutgoing sets all the carry over headers NSB complains later in the pipeline about not being able to set the Correlation Id.

Investigate what Agg.Net uses Correlation Id for -

  • If not needed add to ignore list so its not carried over
  • If used, properly implement correlation id override so NSB doesn't complain

Fixed in v0.17