异步与同步消息
异步与同步消息(java)之间有什么区别,以及它如何影响实现消息发送者/接收者的方式。 J2EE体系结构如何决定如何选择。
Sun J2EE蓝图涵盖了这一点。
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/eis-tier/eis-tier4.html
这篇特别的文章讨论了与EIS的互操作性,但是在将它用于自己的应用程序时,这些原则是相同的。
链接地址: http://www.djcxy.com/p/50813.html上一篇: Asynchronous vs synchronous messagin
下一篇: Is Unit Testing worth the effort, in a large and old (5yr) codebase?