1 Star 0 Fork 50

lianan1994 / folkmq

forked from noear / folkmq 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 4.41 KB
一键复制 编辑 原始数据 按行查看 历史
西东 提交于 2023-12-04 21:58 . README

FolkMQ

An in-memory messaging middleware (support for snapshot persistence, Broker clustering)

https://folkmq.noear.org

Maven Apache 2 jdk-8 jdk-11 jdk-17 jdk-21
gitee star github star


Language: English | 中文

Introduction

  • Run in Memory + snapshot persistence + Broker cluster mode (optional)
  • based on [Socket. D development] (https://socketd.noear.org/), it features full support), especially the single connection "multiplex"! Protocols such as udp can also be added
role function
Producer Publish messages (Qos0, Qos1), publish timed messages (Qos0, Qos1), publish retry
Consumer Subscribe, unsubscribe
Consumer Consume-ACK (automatic, manual)
Server Publish-Confirm, Subscribe-Confirm, Unsubscribe-Confirm, Distribute-Retry, Distribute-Delay
Server In-memory running, snapshot persistence (automatic, offline, manual)

Features

  • Fast, really fast (~ 100_000 TPS). A bit like Redis is to MySql.

//Using MacBook pro 2020 + JDK8 native test, single client sending and receiving (running points inevitably have fluctuations, I chose the better one)

Join a community exchange group

QQ communication group:316697724 Wechat communication group (input: FolkMQ when applying)

Video recording of development process

Official website

https://folkmq.noear.org

Special thanks to JetBrains for supporting the open source project

JetBrains
1
https://gitee.com/lianan1994/folkmq.git
git@gitee.com:lianan1994/folkmq.git
lianan1994
folkmq
folkmq
main

搜索帮助