Is there an equivalent of Java Message Driven Beans for .Net?
Asked
Active
Viewed 1,110 times
2 Answers
1
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

smartcaveman
- 41,281
- 29
- 127
- 212
0
You could use MessageQueues. The link includes a tutorial about the bottom.

Neil Knight
- 47,437
- 25
- 129
- 188