1.下載官網servicemixhtml
http://servicemix.apache.org/downloads.htmlweb
2.解壓文件apache
tar -zxvf apache-servicemix-5.3.0.zipjsp
3.啓動servicemixui
進入到我的解壓目錄 cd /home/servicemix/apache-servicemix-5.3.0/bin 運行 ./client 或者 ./servicemix 命令啓動!htm
出現以上界面表示啓動成功,經過./status能夠查看servicemix是否在運行ip
四、安裝組件get
安裝 bundle webconsole 控制檯,可參考官方 http://servicemix.apache.org/docs/5.x/quickstart/features.htmlio
features:install webconsole
查看某組件是否已經安裝:osgi:list | grep activemqconsole
查看是否有待安裝的組件:features:list | grep activemq
安裝組件:features:install activemq-web-console
5.配置activemq 環境,參考 http://activemq.apache.org/osgi-integration.html
安裝bundle的控制檯後,訪問地址爲:
http://yourip:8181/system/console/bundles 可在 /home/servicemix/apache-servicemix-5.3.0/etc 目錄下 修改system.properties 配置文件中登陸用戶名及密碼
出現如下界面表示配置成功,初始化登入用戶名:smx 密碼:smx
安裝activeMQ控制檯後,訪問地址爲:具體配置 可參考 http://activemq.apache.org/osgi-integration.html
http://yourip:8181/activemqweb/queues.jsp
好了到此爲止 大功告成!