1、控制台测试rocketmq
发消息端配置
先设置环境变量,export NAMESRV_ADDR=localhost:9876,使用安装包的 Demo 发送消息 sh tools.sh org.apache.rocketmq.example.quickstart.Producer
接受消息端配置
先设置环境变量,export NAMESRV_ADDR=localhost:9876,接受消息 sh tools.sh org.apache.rocketmq.example.quickstart.Consumer
2、no route info of this topic
启动 Broker时
执行 nohup sh mqbroker autoCreateTopicEnable=true -n localhost:9876 &
3、启动关闭
nohup sh bin/mqnamesrv &
nohup sh bin/mqbroker &
sh bin/mqshutdown namesrv
sh bin/mqshutdown broke