消息驱动 bean 的 .Net 等效项
.Net 是否有相当于 Java 消息驱动 Bean 的工具?
Is there an equivalent of Java Message Driven Beans for .Net?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
.Net 是否有相当于 Java 消息驱动 Bean 的工具?
Is there an equivalent of Java Message Driven Beans for .Net?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我认为您正在寻找的称为消息队列。
命名空间的文档位于 http://msdn.microsoft.com/en- us/library/xes6983c.aspx ,您可以在 http: //www.codeproject.com/KB/IP/MessageQueue.aspx
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
您可以使用消息队列。该链接包含有关底部的教程。
来自 MSDN 的消息队列
You could use MessageQueues. The link includes a tutorial about the bottom.
MessageQueue from MSDN