简体   繁体   English

如何使用MassTransit.MongoDb nuget包?

[英]How to use MassTransit.MongoDb nuget package?

There is a new package made by Chris Patterson, but I did not find any sample of use or some documentation yet ... 克里斯·帕特森(Chris Patterson)制造了一个新包装,但是我没有找到任何使用示例或一些文档...

This package is to configure Masstransit with mongoDb! 该软件包用于使用mongoDb配置Masstransit!

Anyone knows how to use or configure it? 有人知道如何使用或配置它吗?

https://www.nuget.org/packages/MassTransit.MongoDb/ https://www.nuget.org/packages/MassTransit.MongoDb/

The guys at Liberis Labs created the message data and saga repository, so it's best to check with them. Liberis Labs的人员创建了消息数据和saga存储库,因此最好与他们进行检查。 They did write a blog post about it: http://liberislabs.com/2016/02/28/sharing-large-messages-between-your-services-with-masstransit-and-mongodb.html 他们确实写了一篇关于它的博客文章: http : //liberislabs.com/2016/02/28/sharing-large-messages-between-your-services-with-masstransit-and-mongodb.html

For the saga repository, it works like any other and you can take a look at the unit tests to verify how to use it. 对于saga存储库,它的工作原理与其他任何存储库一样,您可以查看单元测试以验证如何使用它。

https://github.com/MassTransit/MassTransit/tree/develop/src/Persistence/MassTransit.MongoDbIntegration.Tests/Saga https://github.com/MassTransit/MassTransit/tree/develop/src/Persistence/MassTransit.MongoDbIntegration.Tests/Saga

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM