1. 程式人生 > >linux安裝activemq

linux安裝activemq

1.8 active activemq entos 編寫 sdn sta .net logs

安裝環境 :

  centos 7.4.170
  jdk1.8.0_181

安裝步驟 :

  wget http://archive.apache.org/dist/activemq/5.14.5/apache-activemq-5.14.5-bin.tar.gz
  tar -zxvf apache-activemq-5.14.5-bin.tar.gz
  mv apache-activemq-5.14.5 /opt/

編寫activemq

技術分享圖片

下載地址:https://files.cnblogs.com/files/chy123/activemq.zip

技術分享圖片

設置文件權限:

  chmod 777 activemq
  chkconfig activemq on
  service activemq start

訪問:
  http://IP地址:8161
  默認用戶名密碼為:admin/admin

技術分享圖片

其它命令

  #查看activemq狀態
  service activemq status

  #其他和關閉activemq服務
  service activemq start
  service activemq stop

  #設置開機啟動或不啟動activemq服務
  chkconfig activemq on
  chkconfig activemq off

參考網址:https://blog.csdn.net/xundh/article/details/75007188

linux安裝activemq