NServiceBus Sagas
I have a working pub sub sample and I want to look at sa开发者_JAVA技巧gas. How can I configure the in mem saga persistence?
Running the host in the Lite (default) profile will automatically use the InMemory persister.
Right-click on the project file and click on Properties, then in the property pages, navigate to the Debug tab and enter NServiceBus.Lite under Command line arguments. This tells NServiceBus not to run the service in production mode while we're just testing.
精彩评论