百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
K

kubemq-community

> DevOps
开源

KubeMQ 是一个 Kubernetes 原生的消息队列中介

663 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

KubeMQ 是一个 Kubernetes 原生的消息队列中介

What is KubeMQ Community?

KubeMQ Community is the open-source version of KubeMQ, the Kubernetes native message broker. More about KubeMQ

New

KubeMQ Web Interface

Browse to http://localhost:8080/ after installation and use the KubeMQ Web Interface to manage KubeMQ broker instance.

Installation

Docker

Pull and run KubeMQ standalone docker container:

docker run -d -p 8080:8080 -p 50000:50000 -p 9090:9090 kubemq/kubemq-community:latest  

Binaries

  1. Download the latest version of KubeMQ Community from Releases
  2. Unpack the downloaded archive
  3. Run kubemq server

KubeMQ Connectors

Name Description Github
KubeMQ Targets Connect KubeMQ Message Broker with external systems and cloud services KubeMQ Targets
KubeMQ Sources Connects external systems and cloud services with KubeMQ message queue broker KubeMQ Sources
KubeMQ Bridges bridge, replicate, aggregate, and transform messages between KubeMQ KubeMQ Bridges

KubeMQ CLI

KubeMQ community edition comes with built-in CLI tool for interaction with KubeMQ server. Check out the docs:

  • kubemq commands - Execute Kubemq 'commands'
  • kubemq events - Execute Kubemq 'events' Pub/Sub commands
  • kubemq events_store - Execute Kubemq 'Events-Store' Pub/Sub commands
  • kubemq queries - Execute Kubemq 'queries'
  • kubemq queues - Execute Kubemq 'queues' commands

KubeMQ SDKs

KubeMQ SDKs support list:

SDK Github
C# https://github.com/kubemq-io/kubemq-CSharp
Java https://github.com/kubemq-io/kubemq-Java
Python https://github.com/kubemq-io/kubemq-Python
Node https://github.com/kubemq-io/kubemq-js
Go https://github.com/kubemq-io/kubemq-go
REST https://postman.kubemq.io/

KubeMQ Cookbooks

SDK Github
C# https://github.com/kubemq-io/csharp-sdk-cookbook
Java https://github.com/kubemq-io/java-sdk-cookbook
Python https://github.com/kubemq-io/python-sdk-cookbook
Node https://github.com/kubemq-io/node-sdk-cookbook
Go https://github.com/kubemq-io/go-sdk-cookbook

Documentation

Visit our Extensive KubeMQ Documentation.

Support

You can reach us at:

  • Email
  • Slack
    • Invitation
  • Open an issue

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Godockergolanggrpckubernetes

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类DevOps
定价开源

> 相关工具

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理