Nice and precise example.
Is there a possibility to integrate MassTransit as transport for the distributed events in abp? Or at least to share the RabbitMQ bus of the abp RabbitMQ module with MassTransit?
Your example doesn't employ the outbox pattern, for example so if saving the new state of the cancelled order fails, the event will have been published nonetheless.
Comments
Meyer Jasper 91 weeks ago
Nice and precise example. Is there a possibility to integrate MassTransit as transport for the distributed events in abp? Or at least to share the RabbitMQ bus of the abp RabbitMQ module with MassTransit? Your example doesn't employ the outbox pattern, for example so if saving the new state of the cancelled order fails, the event will have been published nonetheless.