1

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

Pram
  • 2,261
  • 3
  • 31
  • 50

2 Answers2

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.

MessageQueue from MSDN

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