- 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.
推薦閱讀
- Practical Data Analysis Cookbook
- Qt 5 and OpenCV 4 Computer Vision Projects
- 數據庫系統教程(第2版)
- Python量化投資指南:基礎、數據與實戰
- Visual C++串口通信開發入門與編程實踐
- 樂學Web編程:網站制作不神秘
- .NET 4.0面向對象編程漫談:基礎篇
- jQuery從入門到精通 (軟件開發視頻大講堂)
- TypeScript實戰指南
- Learning Apache Mahout Classification
- 動手學數據結構與算法
- 好好學Java:從零基礎到項目實戰
- Java網絡編程實戰
- 深入理解C指針
- 大話Java:程序設計從入門到精通