Questions tagged [routing-slip]

19 questions
0
votes
1 answer

MassTransit: run execute routing-sleep synchronously

I'm looking for how to execute routing-sleep in a blocking way. I need to run routing-sleep from http request, not from mass-transit request/response and to return success in case all activities were finished and failure in case of activity…
0
votes
1 answer

Outbox for routing slip in statemachine?

In one of my statemachine actions I create a routing slip to carry out a series of commands. This is done by calling _busControl.Execute(routingSlip); But sometimes the saga commit fails due to concurrency issues. Is there a "outbox" like…
zyq
  • 41
  • 9
0
votes
1 answer

Is it possible to add dynamic data to an MassTransit courier/routing slip custom event?

I have a MassTransit routing slip configured and working. For reference, the routing slip takes in an ID of an item in a MongoDB database and then creates a "version" of that document in a SQL database using EF Core. The activities (as commands)…
Ben Thomson
  • 1,083
  • 13
  • 29
0
votes
1 answer

Dependency injection in Masstransit routing slip Activity

I working on a project using masstransit Courier. I am trying to inject some service dependencies into my Activities but this is not working. Can someone help how to use DI in MT activity. I could not find any working example with Activity…
Biju
  • 45
  • 1
  • 9
1
2