我必須在傳入消息之前驗證傳入的消息。 要做到這一點,我需要從數據庫中請求一些數據。 繼教程之後,我創建了擴展方法來將我的規範+過濾器應用於使用者管道。事情是這樣的: public static void UseArticlesImportValidation(this IConsumePipeConfigurator configurator){}
public class ArticlesI
我開始使用Masstransit sagas並創建了一個示例,如果我使用InMemorySagaRepository一切正常,但使用Redis存儲庫時,增加消息將移動到RabbitMq中的Consumer_Error隊列並顯示以下錯誤消息: '值不能爲空。參數名:鍵」,這堆棧跟蹤: at System.Collections.Generic.Dictionary`2.FindEntry(TKey
我有兩個不同的應用程序通過爲兩個應用程序中的每一個創建AppDomain在同一進程上運行。總線設置爲應用程序1是這樣的: builder.Register(c =>
{
var inMemoryTransportCache = new InMemoryTransportCache(Environment.ProcessorCount);
var bus