- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 107字
- 2021-08-27 19:57:38
Kafka
Kafka (https://kafka.apache.org) is an open source stream processing system. It has a distributed pub/sub-based message queue for storage. Its fault tolerance and scale has helped it to replace JMS and AMQP as the preferred messaging queue. Spring provides an abstraction on top of Kafka to make it easier to configure and work with Kafka.
JMS ( Java Message Service) ( https://en.wikipedia.org/wiki/Java_Message_Service) is a messaging standard developed for Java EE and enables sending and receiving asynchronous messages between components using topics and queues. AMQP ( Advanced Message Queuing Protocol) ( https://www.amqp.org/) is an open standard protocol for message-oriented middleware, providing features such as queuing, routing, and publish-subscribe mechanisms.
推薦閱讀
- Mastering JavaScript Object-Oriented Programming
- 企業級Java EE架構設計精深實踐
- INSTANT Sencha Touch
- Mastering Scientific Computing with R
- Python程序設計案例教程
- 精通Python自然語言處理
- HTML5+CSS3網頁設計
- Mastering Android Development with Kotlin
- HTML5從入門到精通(第4版)
- Programming with CodeIgniterMVC
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Spring Boot+MVC實戰指南
- Vue.js應用測試
- 零基礎學Java第2版
- 小學生C++趣味編程從入門到精通