Relative Content

Tag Archive for masstransit

MassTransit SQL Database Transport

I noticed that the documentation for the SQL Database transport was updated not too long ago as well the samples (6 mos ago). I also noticed that the MassTransit.SqlTransport.SqlServer nuget package was published to nuget.org 3 months ago. Is this available for everyone to use now or do we still need a paid license?

Duplicate Key Exception in MassTransit StateMachine with MongoDB

I’m new to MassTransit and I’m encountering an issue with my StateMachine when using MongoDB for persistence. My current version for both MassTransit and MassTransit.MongoDB is 8.2.2. I frequently receive a MongoDB.Driver.MongoWriteException related to a duplicate key error:

Use MassTransit Activity or Consumer

I’m building a service that will act as layer of abstraction in front an external API which is unreliable. The layer of abstraction will provide resilience, ensuring commands are eventually if the event of an outage. Later, it will provide caching for queries.