Question

Is there an equivalent of Java Message Driven Beans for .Net?

Was it helpful?

Solution

I think what you're looking for is called a Message Queue.

The documentation for the namespace is at http://msdn.microsoft.com/en-us/library/xes6983c.aspx , and you can read a tutorial at http://www.codeproject.com/KB/IP/MessageQueue.aspx

OTHER TIPS

You could use MessageQueues. The link includes a tutorial about the bottom.

MessageQueue from MSDN

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top