Category "masstransit"

MassTransit - Assign consumers to two different endpoints when the consumers are resolved via container

I'm using MassTransit 7.3.0 with Autofac and RabbitMq. So far, I was content for all my services to use a single queue/endpoint per service. I registered my con

MassTransit Mediator: Payload added by Send/Publish not found in ConsumeContext

I'm using MassTransit mediator to Send/Post messages to my consumers, however I'd like to get some metadata delivered to the consumers as a payload, i.e. await

How to test MassTransit saga state machine with certain state?

I have state machine build with MassTransit: public class OrderStateMachine : MassTransitStateMachine<Order> { public State Completed { get; init; }

Why is JobConsumer not being hit/run?

I am trying out the new MassTransit IJobConsumer implementation, and although I've tried to follow the documentation, the JobConsumer I have written is never be