How to install apache/rocketmq. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
apache/rocketmq Installation Guide
How to install apache/rocketmq. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for apache/rocketmq. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i apache/rocketmqor
Install via npx
npx @hexmos/ipm i apache/rocketmqPrerequisites
Java JDK
knowledgeVersion: 8 or higher
Maven
build_toolVersion: 3.6.0
Git
system_toolVersion: 2.38.1
Docker
system_toolVersion: 19.0.0
Python
languageManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Local Installation (Java JDK 8 or higher)
wget https://dist.apache.org/repos/dist/release/rocketmq/5.3.3/rocketmq-all-5.3.3-bin-release.zip
unzip rocketmq-all-5.3.3-bin-release.zip
cd rocketmq-all-5.3.3-bin-release/bin
java -version
nohup sh mqnamesrv &
tail -f ~/logs/rocketmqlogs/namesrv.logManual Installation (Requires Git and Make)
git clone https://github.com/apache/rocketmq.git
cd rocketmqPost Installation Steps
- Start the RocketMQ broker using the command: `nohup sh bin/mqbroker -n localhost:9876` This will start the broker and keep it running in the background. You can check its status by looking at the logs in the `/var/log/rocketmqlogs/` directory.
- Access the RocketMQ web UI using your browser by navigating to `http://localhost:9876`. This will allow you to monitor the broker's health and view various metrics.
