- 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.
推薦閱讀
- TypeScript入門與實戰
- The Modern C++ Challenge
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- Raspberry Pi Networking Cookbook(Second Edition)
- Java開發入行真功夫
- RabbitMQ Cookbook
- Android系統級深入開發
- MINECRAFT編程:使用Python語言玩轉我的世界
- 零基礎學C語言程序設計
- Mastering jQuery Mobile
- Java程序設計實用教程(第2版)
- Mapping with ArcGIS Pro
- Web開發新體驗
- Swift 2 Design Patterns
- C語言程序設計實驗指導與習題精解