Questions tagged [masstransit-courier]
6 questions
3
votes
1 answer
How to monitor MassTransit Courier routing slip properly?
I managed to implement MassTransit Courier routing slip with bunch of activities. I decided to add a state machine to monitor it, so I created separate events and states and used EF Core as a storage for an Automatonymous state machine. To track the…

Isard
- 312
- 1
- 14
1
vote
1 answer
How can I configure Mass Transit Courier using Bus.Factory.CreateUsingRabbitMq?
I am using Mass Transit Version 7 and I am facing a problem and I should note that I am a beginner in Mass Transit, so excuse me for my simple question.
My Question is How to Configure Mass Transit Courier using Bus.Factory.CreateUsingRabbitMq.

Mohammad Bigdeli
- 108
- 10
0
votes
1 answer
send data to RoutingSlipCompleted consume method from activity
I have some data in activity which I want to get it in RoutingSlipCompleted consume method. I know we can send data with CompletedWithVariables from a activity to b activity. But I was wondering how it is possible to get data from activity in…

Ali Eshghi
- 1,131
- 1
- 13
- 30
0
votes
1 answer
'RoutingSlipCompleted' does not contain a definition for 'GetVariable'
after using massTransit (8.0.8) I got following error :
'RoutingSlipCompleted' does not contain a definition for 'GetVariable'
and the best extension method overload
'RoutingSlipEventExtensions.GetVariable(ConsumeContext,
string, Guid)' requires a…

Ali Eshghi
- 1,131
- 1
- 13
- 30
0
votes
2 answers
Mass-Transit Courier and two-phase transaction with tasks execute in parallel
Is it possible to implement two-phase transaction pattern if we want to get tasks execute in parallel instead of serial?
I mean, let us have two tasks: A, B. This tasks may be performed independently in parallel. A transaction is considered complete…

monco
- 1
0
votes
1 answer
Use message retry for courier
As you know, in Masstransit, we can set up a UseMessageRetry. This method can help us to retry the message sending process once more.
This process continues as long as we hit errors.
The problem that I have encountered is that this setting is a…

Mohammad Bigdeli
- 108
- 10