为什么选择RocketMQ?

Apache RocketMQ安装

安装

前提条件(64bit OS, Linux/Unix/Mac is recommended;64bit JDK 1.8+;Maven 3.2.x,Git)

unzip rocketmq-all-4.3.0-source-release.zip
cd rocketmq-all-4.3.0/
mvn -Prelease-all -DskipTests clean install -U
cd distribution/target/apache-rocketmq

启动

1、Start Name Server
nohup sh bin/mqnamesrv &
tail -f ~/logs/rocketmqlogs/namesrv.log
The Name Server boot success…
2、Start Broker
nohup sh bin/mqbroker -n localhost:9876 &
tail -f ~/logs/rocketmqlogs/broker.log
The broker[%s, 172.30.30.233:10911] boot success…

相关文章:

  • 2021-12-19
  • 2021-04-08
  • 2021-10-12
  • 2021-05-29
  • 2021-06-22
  • 2021-10-13
  • 2021-11-14
猜你喜欢
  • 2021-04-04
  • 2021-10-09
  • 2022-02-21
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案