Home:ALL Converter>Masstransit: saga, rabbit, mediator, outbox

Masstransit: saga, rabbit, mediator, outbox

Ask Time:2022-11-30T10:26:22         Author:Serge Siberian

Json Formatter

I'm using Sagas and I need to use events from rabbit-mq and internal in-process events. Also I need to use the Transactional Outbox (with entity framework) function. I tried to put them all together, but there were always errors: either I couldn't publish the message (because of the mediator context), or I had a serialization error in the outbox (because of the mediator context). Is it possible?

Author:Serge Siberian,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/74622242/masstransit-saga-rabbit-mediator-outbox
yy