天道酬勤
點點滴滴的足跡,幻化成漫天的云彩
posts - 22, comments - 0, trackbacks - 0, articles - 2
BlogJava
::
首頁
::
新隨筆
::
聯系
::
聚合
::
管理
ActiveMQ之一 --- 安裝ActiveMQ
Posted on 2011-08-20 02:11
匆匆過客
閱讀(5981)
評論(0)
編輯
收藏
所屬分類:
App Server
一、安裝
1. 從activemq.apache.org下載最新版本的ActiveMQ 二進制壓縮文件apache-activemq-x.x.x-bin.zip(其中x.x.x是ActiveMQ的版本號碼)
2. 將文件解壓至任一地方即可${ActiveMQ}
二、啟動
1. 運行文件夾${ActiveMQ}/bin/activemq.bat。即會輸入類似的如下信息:
Java Runtime: Sun Microsystems Inc.
1.6
.0_
20
D:\Java\jdk1
.6
.0_
20
\jre
Heap sizes: current
=
15872k free
=
13396k max
=
506816k
JVM args: -Dcom.sun.management.jmxremote -Xmx512M -Dorg.apache.activemq.UseDedicatedTaskRunner
=
true -Djava.util.logging.config.file
=
logging.properties -Dactivemq.classpath
=
D:\Java\apache-activemq-
5.5.0
\bin\../c
onf
;
D:\Java\apache-activemq-5.5.0\bin\../conf; -Dactivemq.home=D:\Java\apache-activemq-5.5.0\bin\.. -Dactivemq.base=D:\Java\apache-activemq-5.5.0\bin
\..
ACTIVEMQ_HOME: D:\Java\apache-activemq-
5.5.0
\bin\..
ACTIVEMQ_BASE: D:\Java\apache-activemq-
5.5.0
\bin\..
Loading message broker from: xbean:activemq.xml
INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$
1
@bb7465: startup date
[
Sat Aug 20 01:58:38 CST 2011
]
;
root of context hierarchy
WARN | destroyApplicationContextOnStop parameter is deprecated
,
please use shutdown hooks instead
INFO | PListStore:D:\Java\apache-activemq-
5.5.0
\bin\..\data\localhost\tmp_storage started
INFO | Using Persistence Adapter: KahaDBPersistenceAdapter
[
D:\Java\apache-activemq-5.5.0\bin\..\data\kahadb
]
INFO | KahaDB is version
3
INFO | Recovering from the journal
INFO | Recovery replayed
1
operations from the journal in
0.016
seconds.
INFO | ActiveMQ
5.5.0
JMS Message Broker (localhost) is starting
INFO | For help or more information please see: http://activemq.apache.org/
INFO | Listening for connections at: tcp://PC-
201012101012
:
61616
INFO | Connector openwire Started
INFO | ActiveMQ JMS Message Broker (localhost
,
ID:PC-
201012101012
-
3784
-
1313776719906
-
0
:
1
) started
INFO | jetty-
7.1.6
.v20100715
INFO | ActiveMQ WebConsole initialized.
INFO | Initializing Spring FrameworkServlet 'dispatcher'
INFO | ActiveMQ Console at http://
0.0.0.0
:
8161
/admin
INFO | Initializing Spring root WebApplicationContext
INFO | OSGi environment not detected.
INFO | Apache Camel
2.7.0
(CamelContext: camel) is starting
INFO | JMX enabled. Using ManagedManagementStrategy.
INFO | Found
5
packages with
16
@Converter classes to load
INFO | Loaded
152
type converters in
0.593
seconds
INFO | Connector vm://localhost Started
INFO | Route: route1 started and consuming from: Endpoint
[
activemq://example.A
]
INFO | Total
1
routes
,
of which
1
is started.
INFO | Apache Camel
2.7.0
(CamelContext: camel) started in
1.062
seconds
INFO | Camel Console at http://
0.0.0.0
:
8161
/camel
INFO | ActiveMQ Web Demos at http://
0.0.0.0
:
8161
/demo
INFO | RESTful file access application at http://
0.0.0.0
:
8161
/fileserver
INFO | Started SelectChannelConnector@
0.0.0.0
:
8161
三、測試
1. 因為ActiveMQ內嵌了jetty服務器,所以可以通過如下方式來測試ActiveMQ是否啟動
管理平臺網址: http://localhost:8161/admin/
Demo網址 :
http://localhost:8161/demo/
2.ActiveMQ默認的TCP端口是61616。所以通過如下命令進行檢查
netstat -an|find
"
61616
"
3. ActiveMQ默認的Jetty端口8161。所以可以通過如下命令進行檢查
netstat -an|find
"
8161
"
新用戶注冊
刷新評論列表
只有注冊用戶
登錄
后才能發表評論。
網站導航:
博客園
IT新聞
Chat2DB
C++博客
博問
管理
Powered by:
BlogJava
Copyright © 匆匆過客
日歷
<
2011年8月
>
日
一
二
三
四
五
六
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
常用鏈接
我的隨筆
我的評論
我的參與
留言簿
給我留言
查看公開留言
查看私人留言
隨筆分類
App Server(2)
Database(4)
Java(6)
Linux
Management(4)
OOA&OOD(1)
Others(3)
Web(1)
Xml(3)
隨筆檔案
2011年8月 (6)
2011年7月 (8)
相冊
VMware - CTRL + ALT + DELETE to log on
Java Programming
搜索
最新評論
閱讀排行榜
1.?JVM優化系列之一(-Xss調整Stack Space的大小)(22599)
2.?警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:SpringHelper' did not find a matching property. (9928)
3.?Eclipse中的條件斷點(6863)
4.?ActiveMQ之一 --- 安裝ActiveMQ(5981)
5.?ActiveMQ之三 -- 使用ActiveMQ來傳送文件(5300)
評論排行榜
1.?ActiveMQ之三 -- 使用ActiveMQ來傳送文件(0)
2.?數據交換之JSON篇(0)
3.?開發工具匯總(0)
4.?ActiveMQ之一 --- 安裝ActiveMQ(0)
5.?Eclipse中的條件斷點(0)
主站蜘蛛池模板:
亚洲国产成人久久99精品
|
亚洲国产高清在线精品一区
|
亚洲国产av无码精品
|
久久青青成人亚洲精品
|
亚洲欧美日韩中文高清www777
|
在线观看人成视频免费无遮挡
|
最近免费中文字幕4
|
国产精品亚洲一区二区三区在线
|
亚洲熟妇无码一区二区三区
|
中国极品美軳免费观看
|
国产美女a做受大片免费
|
91亚洲va在线天线va天堂va国产
|
国产午夜亚洲精品不卡免下载
|
日韩av无码久久精品免费
|
亚洲偷自拍拍综合网
|
亚洲欧美日韩中文字幕一区二区三区
|
日韩高清在线免费看
|
久久精品国产亚洲AV麻豆网站
|
亚洲AV无码一区二区三区鸳鸯影院
|
国产高清不卡免费视频
|
亚洲成a人一区二区三区
|
精品久久久久久国产免费了
|
免费a级毛片永久免费
|
亚洲精品国产精品国自产网站
|
丁香花免费完整高清观看
|
亚洲AV无码成人精品区天堂
|
污视频在线免费观看
|
国产成人亚洲精品青草天美
|
深夜久久AAAAA级毛片免费看
|
免费看美女被靠到爽
|
麻豆狠色伊人亚洲综合网站
|
中文字幕无线码免费人妻
|
777亚洲精品乱码久久久久久
|
亚洲xxxx视频
|
青青在线久青草免费观看
|
91亚洲va在线天线va天堂va国产
|
亚洲变态另类一区二区三区
|
国产免费不卡v片在线观看
|
美女一级毛片免费观看
|
亚洲AV无码一区二区三区在线观看
|
a级毛片免费观看在线
|