In this post, we will see how to resolve How to pass properties via CompositeEvent Question: I’ve got some events in state machine AllCompletedEvent fires when all of 3 arrived. Question: is it possible to pass data from FirstCompletedEvent into ...

Question: I’m working on porting an old app to .net6, and ran into an issue with registrering multiple sagas with masstransit. The OrderPMState works fine, but the CsaLoginPMState gives the following error when triggered: System.InvalidOperationException: The entity type CsaLoginPMState is ...

Question: I implemented a custom activity for supporting multibus saga. But I found an issue that is I received a published message from SecondBus before the state saga saves to Redis. I think UseInMemoryOutbox() should handle this or i wrong. ...