- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 128字
- 2021-07-23 19:24:30
Messaging
Software-to-software messaging is another model of how software communicates with each other. In this model, a messaging middleware stands in the middle of a sender and a receiver to enable the reliable exchange of messages even if one of the two parties is out of service. Moreover, this model enables the application of scaling techniques such as load balancing and message broadcasting to subscribed components.
In this book, we'll learn the basic principles of messaging and how the JMS API provides a comprehensive framework to build a full-featured messaging system to realize the described messaging model. We'll also learn the difference between the two messaging models—Point-to-Point (P2P) and the Publish-Subscribe model—and how to implement both of them, with examples, using the JMS API.
- Oracle WebLogic Server 12c:First Look
- Python科學計算(第2版)
- Java EE 6 企業級應用開發教程
- 架構不再難(全5冊)
- Scratch 3游戲與人工智能編程完全自學教程
- 64位匯編語言的編程藝術
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- 學習OpenCV 4:基于Python的算法實戰
- Unity&VR游戲美術設計實戰
- Learning VMware vSphere
- JavaScript從入門到精通(視頻實戰版)
- PowerDesigner 16 從入門到精通
- C#程序設計基礎入門教程
- AngularJS UI Development
- Game Programming using Qt 5 Beginner's Guide