ActiveMQ 安装

ActiveMQ 安装

下载 ActiveMQ

https://activemq.apache.org/download-archives
http://archive.apache.org/dist/

入门文档

https://activemq.apache.org/getting-started

版本选择

apache-activemq-5.0.0   1.5.0_12    1.5+
apache-activemq-5.1.0   1.5.0_12    1.5+
apache-activemq-5.2.0   1.5.0_15    1.5+
apache-activemq-5.3.0   1.5.0_17    1.5+
apache-activemq-5.4.0   1.5.0_19    1.5+
apache-activemq-5.5.0   1.6.0_23    1.6+
apache-activemq-5.6.0   1.6.0_26    1.6+
apache-activemq-5.7.0   1.6.0_33    1.6+
apache-activemq-5.8.0   1.6.0_37    1.6+
apache-activemq-5.9.0   1.6.0_51    1.6+
apache-activemq-5.10.0  1.7.0_12-ea 1.7+
apache-activemq-5.11.0  1.7.0_60    1.7+
apache-activemq-5.12.0  1.7.0_80    1.7+
apache-activemq-5.13.0  1.7.0_80    1.7+
apache-activemq-5.14.0  1.7.0_80    1.7+
apache-activemq-5.15.0  1.8.0_112

ActiveMQ 和 JDK 组合

apache-activemq-5.15.0 + jdk1.8.0_201

启动 ActiveMQ

On Windows:
cd [activemq_install_dir]
bin\activemq start
On Unix:

From a command shell, change to the installation directory and run ActiveMQ as a foregroud process: 前台启动

cd [activemq_install_dir]/bin
./activemq console

From a command shell, change to the installation directory and run ActiveMQ as a daemon process: 后台启动

cd [activemq_install_dir]/bin
./activemq start

示例

# 启动成功
D:\chengxu\activemq\apache-activemq-5.15.0>bin\activemq start
Java Runtime: Oracle Corporation 1.8.0_181 C:\Program Files\Java\jdk1.8.0_181\jre

启动失败分析

Windows 中不能通过双击 bin\activemq.bat 直接启动。必须通过命令行传入 start 参数。

# 启动失败,错误使用右斜杠
D:\chengxu\activemq\apache-activemq-5.15.0>bin/activemq start
'bin' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

停止 ActiveMQ

For both Windows and Unix installations, terminate ActiveMQ by typing “CTRL-C” in the console or command shell in which it is running.

If ActiveMQ was started in the background on Unix, the process can be killed, with the following:

cd [activemq_install_dir]/bin
./activemq stop

使用管理界面

URL: http://127.0.0.1:8161/admin/
Login: admin
Passwort: admin
Navigate to “Queues” 选择 Queues 选项卡
Add a queue name and click create 创建队列
Send test message by klicking on “Send to” 发送消息

日志文件

[activemq_install_dir]/data/activemq.log

监听端口

ActiveMQ 的默认监听端口是 61616

C:\Users\jie>netstat -an|find "61616"
  TCP    0.0.0.0:61616          0.0.0.0:0              LISTENING
  TCP    [::]:61616             [::]:0                 LISTENING

From a Windows console, type:

netstat -an|find "61616"

OR

From a Unix command shell, type:

netstat -nl|grep 61616

转载于:https://www.cnblogs.com/mozq/p/11326663.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值