异步与同步消息传递

发布于 2024-08-05 23:59:26 字数 77 浏览 2 评论 0原文

异步消息传递与同步消息传递 (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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

中二柚 2024-08-12 23:59:26

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文