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?
What are the differences between the ConcurrentMessageLimit on endpoints and conosumers?
Based on these 1 2 documents, an Endpoint and a Consumer can have a ConcurrentMessageLimit
. But how does it affect messages processed on a queue?
How to exclude a method outside of transaction in MassTransit consumer
We are using Transactional OutBox in MassTransit. We have some methods that we wanna exclude from transaction. For example we have custom sequence in DB,
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.
Batch consumer for multiple message types
Is it possibile to have batch consumer for multiple message types? The consumer should handle messages of various types in single batch.
Masstransit – batch consumer for multiple message types
Is it possibile to have batch consumer for multiple message types? The consumer should handle messages of various types in single batch.
How to use BusOutbox in consumer scope?
Bus is configured like this (using RabbitMq):