开发者

NServiceBus Sagas

开发者 https://www.devze.com 2023-02-22 23:18 出处:网络
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 InM

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消