ActiveMQ安装

Linux安装:

<plugins>
    <simpleAuthenticationPlugin>
        <users>
            <authenticationUser username="wusc" password="wusc.123" groups="users,admins"/>
        </users>
   </simpleAuthenticationPlugin>
</plugins>

(备注:plugins放在shutdownHooks下面,如下图所示)

 

Window安装:

下载activemq  

http://activemq.apache.org/

 

解压activemq

apache-activemq-5.11.1.zip

 

配置jdk环境

略:

 

启动activemq



访问activemq
http://localhost:8161

posted @ 2019-08-26 12:15  一切简单化  阅读(150)  评论(0编辑  收藏  举报