cloud-architecture / kubemq-go

go library for kubemq server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go

KubeMQ is an enterprise-grade message queue and broker for containers, designed for any workload and architecture running in Kubernetes. This library is Go implementation of KubeMQ client connection.

Installation

KubeMQ Go SDK requires a Go version capable of understanding /vN suffixed imports:

  • 1.9.7+
  • 1.10.3+
  • 1.11+
  • 1.12+
# Go Modules
require github.com/kubemq-io/kubemq-go v1.2.5

Documentation

Please visit our docs.

Examples

Please visit our extensive examples folder Please find usage examples on the examples folders.

Support

if you encounter any issues, please open an issue here, In addition, you can reach us for support by:

About

go library for kubemq server

License:Apache License 2.0


Languages

Language:Go 100.0%