异步与同步消息传递
异步消息传递与同步消息传递 (java) 之间有什么区别,以及它如何影响消息发送者/接收者的实现方式。 J2EE 架构如何决定选择其中之一。
What is difference between Asynchronous vs synchronous messaging (java) and how does it impact way in which messaging sender / receiver is implemented.
how does a J2EE architecture decides to choose either.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Sun J2EE 蓝图涵盖了这一点。
http://java.sun.com/blueprints/ guidelines/designing_enterprise_applications_2e/eis-tier/eis-tier4.html
这篇文章讨论了与 EIS 的互操作性,但将其用于您自己的应用程序时,原则是相同的。
The Sun J2EE Blueprints cover this.
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/eis-tier/eis-tier4.html
This particular article discusses interoperability with an EIS, but the principles are the same when using it for your own applications.