Installing ACTIVEMQ on Linux

Source: Internet
Author: User

Linux installation package: http://activemq.apache.org/activemq-5140-release.html

CD opt directory

TAR-ZXVF apache-activemq-5.14.0-bin.tar.gz

CD APACHE-ACTIVEMQ-5.14.0CD BIN./ACTIVEMQ start Open firewall PortFirst open the 8161 (Web Management page port), 61616 (ACTIVEMQ Service monitoring port) two ports
 
firewall< Span class= "hljs-literal" >-cmd - -zone=public --add-port=8161/ TCP --permanent
firewall-cmd --< Span class= "hljs-comment" >zone=public -- add-port=61616/tcp --permanent 
firewall-cmd --reload

打开web管理页面
1, enter the Conf directory activemq.xml new account password (added under the Broker tab)
<simpleAuthenticationPlugin>    <users>        <authenticationUser username="edc" password="edc123"            groups="users,admins"/>            </users></simpleAuthenticationPlugin>

Installing ACTIVEMQ on Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.