masstransit
MassTransit - Update Messages to Client
I don\'t have very much experience using MSMQ and someone recommended I look at MassTransit to help implement a solution but I am having a hard time trying to figure out if using MassTransit + MSMQ is[详细]
2023-04-13 00:43 分类:问答Service Bus - Am I being dumb?
I\'ve been looking at Mass Transit for a couple of months now, and I\'m really intrigued by the possibilities. However, I don\'t seem to be able to get the concepts quite right. I\'ve looked the code,[详细]
2023-03-30 15:49 分类:问答Unit of work when using MassTransit
I\'m looking for a way to hook on the message handling pipeline and do some workafter a consumer finishes handling some message.[详细]
2023-02-22 06:40 分类:问答Sending Castle Proxy from NHibernate with MassTransit over MSMQ causes StackOverflowException
I\'m trying to send a message with MassTransit over MSMQ.The message contains two properties which are types obtained from an NHibernate query and contain Castle Proxies (for lazy loading).[详细]
2023-02-01 08:35 分类:问答Pros/Cons of using BizTalk instead of NServiceBus or MassTransit
I am curious if it even makes consider BizTalk for the implementation of a pub/sub messaging architecture (basically what you can do with NServiceBus or MassTransit is all I really need).My manager te[详细]
2023-01-15 20:57 分类:问答Do MassTransit or nServiceBus support MSMQ over HTTP transport?
I understand it\'s available since MSMQ 3.0, is it available via any o开发者_开发技巧f the .NET ESBs?[详细]
2023-01-13 13:18 分类:问答client requirements for messaging system (a la MassTransit) using MSMQ?
Having not used MSMQ before, I\'m not at all clear an the client environment requirements to use it. I\'m designing a client/server solution that will integrate with a legacy system and I\'m sold on[详细]
2022-12-18 16:56 分类:问答nServiceBus vs Mass Transit vs Rhino Service Bus vs other?
Just doing some quick spikes into possibly using a messaging system to process files that are in a nicely decoupled work flow system.[详细]
2022-12-09 05:32 分类:问答