Reputation: 9611
Is MsMq the standard message queue that is used when building SOA type applications?
The open source world has quite a few options, do MS shops stick with msmq (or are there other commercial ones that are also popular?)
Upvotes: 0
Views: 316
Reputation: 108676
ActiveMQ is an open-source solution with commercial support that works well on all sorts of platforms including MS, for what it's worth.
Upvotes: 1
Reputation: 8190
Typically, in an MS shop that is using a Queue (queue != SOA, btw), they will tend to use MSMQ. It works nicely with WCF/BizTalk/Etc.
Whether that is a 'standard' or 'just something people do' is probably up for debate, but it is probably the most frequently used solution (again: for a specifically MS shop).
Upvotes: 1