Is there an equivalent of JMS in .NET?
|
|
The best equivalent to JMS in .NET is probably the combination of WCF with the MSMQ binding. MSMQ is a pub/sub message router, and with WCF wrapped around it, you get a nice, efficient little enterprise eventing service. The following article discusses how to manage message queues with WCF: |
||
|
|
|
|
The best equivalent is actually using JMS in .NET. This is possible with Spring.NET. |
||||||||
|
|
|
You might want to have a look at Microsoft Message Queuing or MSMQ for short. I'm similar, but definitely not equivalent. It's an easy system to work with and there are a ton of resources on the web for it. |
||
|
|
