Questions tagged [nservicebus-sagas]

Out of the box support for long running processes in NServiceBus

NServiceBus Sagas is a mechanism for allowing the modelling and runtime execution of long running business processes.

64 questions
0
votes
1 answer

NServiceBus 4.6.5 NHibernate Saga Persister not persisting Saga Data

I am using NServiceBus with NHibernate and hosting the bus in my own process. The configuration I am using is: Configure.ScaleOut(s => s.UseSingleBrokerQueue()); Configure.Transactions.Enable(); Configure.Features.Enable(); …
0
votes
1 answer

Using Request/Reply in SAGA NserviceBus

I'm creating a SAGA in NServiceBus. This saga is handling some string which has to be transformed then validated and finally imported. These three actions are separate services. I want the actions as separate handlers in NServiceBus. I'm using the…
StefanHa
  • 727
  • 8
  • 19
0
votes
1 answer

NServiceBus : Document '' no longer exists and was probably deleted

I'm trying to : Get message from an endpoint. The message will contain serialized MessageClass. I want to start a new saga only if MessageClass.MessageIdentifier is unique. My Saga looks like this : public class…
user3344591
  • 567
  • 5
  • 21
0
votes
1 answer

NServiceBus Sagas: Batch items together?

The title may not be quite right for what I am asking, but i can't think of a good way to phrase it. Essentially, I am designing a system where a transaction enters the system, is validated, business rules are applied and the transaction persisted…
1 2 3 4
5