vote up 1 vote down star

NServiceBus and MassTransit are two tools that can be used to implement messaging with MSMQ and other message queues.

I find that once you start using messaging to have applications talk to each other, you don't really want to go back to the old RPC style.

My question is, what other tools are out there? What tools do you use?

flag

5 Answers

vote up 2 vote down check

Apache ActiveMQ is probably the most popular and powerful open source message broker out there with the most active open source community behind it as well as commercial support, training and tooling if you need it.

One of the more interesting aspects of ActiveMQ is its wide support for a large number of different language bindings and transport protocols

link|flag
vote up 0 vote down

Rogue Wave is very popular [ http://roguewave.com/products/hydra/ ]

So are IBM's Websphere offerings [ http://en.wikipedia.org/wiki/Mqseries ]

link|flag
vote up 0 vote down

WebSphere Message Broker is IBM's flagship ESB which runs ontop of MQ.

They also produce WebSphere ESB which is a slightly lighter offering which specialises in ESB across web services.

link|flag
vote up 0 vote down

WCF is extremely powerful and should be looked into by anyone in the .NET space starting up a message based system.

I would recommend against BizTalk unless you can make a lot of use out of it's adapters (ie. you have a lot of old systems to communicate with).

Nuedesic makes a great WCF based ESB, Neuron, if you are willing to pay a bit.

link|flag
vote up 1 vote down

We use WCF services for synchronous message based operations, and nServiceBus for anything asynchronous.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.