NServiceBus 传奇

发布于 2024-10-30 20:10:11 字数 50 浏览 0 评论 0原文

我有一个正在工作的酒吧子样本,我想看看传奇。如何配置 in mem saga 持久性?

I have a working pub sub sample and I want to look at sagas. How can I configure the in mem saga persistence?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

昔梦 2024-11-06 20:10:11

在 Lite(默认)配置文件中运行主机将自动使用 InMemory 持久程序。

Running the host in the Lite (default) profile will automatically use the InMemory persister.

熊抱啵儿 2024-11-06 20:10:11

右键单击项目文件并单击“属性”,然后在属性页中导航到“调试”选项卡并在“命令行参数”下输入 NServiceBus.Lite。这告诉 NServiceBus 在我们测试时不要在生产模式下运行服务。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文