Toggle navigation
Home
安装部署
Archives
Tags
ActiveMQ Installation
环境搭建
2019-05-06 06:51:53
51
0
0
louyj
环境搭建
This procedure explains how to download and install the binary distribution on a Unix system. # Download ActiveMQ Download the activemq zipped tarball file to the Unix machine, using either a browser or a tool, i.e., wget, scp, ftp, etc. for example: http://mirrors.cnnic.cn/apache//activemq/5.14.0/apache-activemq-5.14.0-bin.tar.gz Extract the files from the zipped tarball into a directory of your choice. For example: cd [activemq_install_dir] tar zxvf apache-activemq-5.14.0-bin.tar.gz # Starting ActiveMQ 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 # Testing the Installation 1. Using the administrative interface Open the administrative interface URL: http://127.0.0.1:8161/admin/ Login: admin Passwort: admin 2. Listen port ActiveMQ's default port is 61616. From another window run netstat and search for port 61616. netstat -nl|grep 61616 # Monitoring ActiveMQ You can monitor ActiveMQ using the Web Console by pointing your browser at http://localhost:8161/admin **From ActiveMQ 5.8 onwards the web apps is secured out of the box.The default username and password is admin/admin. You can configure this in the conf/jetty-real.properties file.** # Stopping ActiveMQ cd [activemq_install_dir]/bin ./activemq stop
Pre:
SeaFile安装
Next:
RabbitMQ Installation
0
likes
51
Weibo
Wechat
Tencent Weibo
QQ Zone
RenRen
Submit
Sign in
to leave a comment.
No Leanote account?
Sign up now.
0
comments
More...
Table of content
No Leanote account? Sign up now.