1. 概要

rbd-mq基于etcd实现的分布式一致性的消息中间件服务。

2. 启动参数

  1. Usage of /run/rainbond-mq:
  2. --api-port int the api server listen port (default 6300)
  3. --etcd-endpoints stringSlice etcd v3 cluster endpoints. (default [http://127.0.0.1:2379])
  4. --etcd-prefix string the etcd data save key prefix (default "/mq")
  5. --etcd-timeout int etcd http timeout seconds (default 5)
  6. --hostIP string Current node Intranet IP
  7. --hostName string Current node host name
  8. --log-level string the entrance log level (default "info")
  9. --metric string prometheus metrics path (default "/metrics")
  10. --mode string the api server run mode grpc or http (default "grpc")

环境变量

环境变量名称默认值说明