- 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.
- 玩轉Scratch少兒趣味編程
- JavaScript+DHTML語法與范例詳解詞典
- 看透JavaScript:原理、方法與實踐
- INSTANT MinGW Starter
- 數據結構與算法JavaScript描述
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- 征服RIA
- HTML5 and CSS3 Transition,Transformation,and Animation
- 大學計算機基礎(第2版)(微課版)
- 單片機C語言程序設計實訓100例
- Keras深度學習實戰
- Python High Performance Programming
- 愛上micro:bit
- Statistical Application Development with R and Python(Second Edition)
- Hands-On JavaScript for Python Developers