La instalación de RocketMQ encontró algunos problemas
1.1 requiere un entorno java, jdk1.8
El paquete de software rocketMQ es: rocketmq-all-4.4.0-bin-release.zip p>
? Inicie NAMESERVER
Ingrese "carpeta MQ \bin" y ejecute "nohup sh mqnamesrv &" para iniciar NAMESERVER.
Comando para ver el registro: tail -f ~/logs/rocketmqlogs/namesrv.log
Iniciando BROKER
Vaya a "Carpeta MQ\bin" y Ejecute "nohup sh mqbroker -n localhost:9876 &" para iniciar BROKER.
También puede ejecutar nohup sh mqbroker -c ./conf/broker.conf -n 192.168.0.128:9876?autoCreateTopicEnable=true?&
Esto iniciará el servidor automáticamente cree el tema (cliente), pero no se recomienda para producción
Para ver los registros, use el siguiente comando: tail -f ~ /logs/rocketmqlogs/broker.log
En este tiempo, Rocket El servicio está en funcionamiento y se puede acceder a él localmente, pero no a servicios externos.
Vaya a conf/broker.conf y agregue nombresrvAddr=IP:9876, brokerIP1=dirección IP
Cierre el servicio de broker y use nohup sh mqbroker-c .../conf/ corredor .conf -n 192.168.0.128:9876?autoCreateTopicEnable=true?