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
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,
I\'m looking for a way to hook on the message handling pipeline and do some workafter a consumer finishes handling some message.
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).
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
I understand it\'s available since MSMQ 3.0, is it available via any o开发者_开发技巧f the .NET ESBs?
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
Just doing some quick spikes into possibly using a messaging system to process files that are in a nicely decoupled work flow system.