0

I have set up a Saga in NServiceBus to encompass some logical progression of events. Any of the events are picked up fine, and almost all of the Saga functionality is working perfectly, this includes marking a Saga as complete, retrieving Saga Data etc.

The one thing that was broken was my RequestTimeout(TimeSpan.FromMinutes(45)). After much debugging, I found the following line to be the culprit:

configuration.EndpointName(AppSettings["Endpoint"]);

Having commented that out, and instead adding an endpoint in the <UnicastBusConfig> section of my App.config, it worked. Has anyone experienced this bizarre thing, or can anyone explain why, potentially, configuring that particular parameter would make my request for a timeout non-functional?

mike
  • 1,318
  • 3
  • 21
  • 41
  • 1
    Mike this is not really a problem suited to StackOverflow since it doenst really have a definitive error. you would be better served raising this on the forums – Simon Mar 24 '15 at 00:07
  • https://groups.google.com/forum/#!forum/particularsoftware – Simon Mar 25 '15 at 06:56

0 Answers0