openMQ (imq)
Sun Message Queue
openmq 集群配置
摘要: 一 . Adding Brokers to a Conventional Cluster
1. To Add a New Broker to a Conventional Cluster Using a Cluster Configuration File
1).Add the new broker to the imq.cluster.brokerlist property in the cluster configuration file.
2).Issue the following command to any broker in the cluster: imqcmd reload cls
3).(Optional) Set the value of the imq.cluster.url property in the new broker’s instance configuration file (config.properties) to point to the clu
閱讀全文
posted @
2009-12-22 09:32 冰是沒有未來的,因為它的永恒|
編輯
linux 上imq上配置群集時候出 network loopback address
摘要: 在 Linux 系統(tǒng)中,
要將代理連接為群集,有一個特殊的前提條件。某些 Linux 安裝程序自動將 localhost 條目設(shè)置為網(wǎng)絡(luò)回送 IP 地址 (127.0.0.1)。您必須設(shè)置系統(tǒng)的 IP 地址,以便為群集中的所有代理設(shè)置正確的地址。
也即修改/etc/hosts
把hostname的配置文件為你的靜態(tài)ip(linux 查看hostname命令: hostname)
例如: hostname == etch1
修改/etc/hosts中
etch1 192.168.1.18
閱讀全文
posted @
2009-09-17 11:32 冰是沒有未來的,因為它的永恒|
編輯
linux安裝openMQ
摘要: 1. 下載openMQ安裝文件 openmq4_3-installer-Unix.zip 到/home/zhshp
2. 解壓zip文件
1) . 復(fù)制zip文件到opt/
cp /home/zhshp/openmq4_3-installer-Unix.zip /opt/
2) . 解壓zip
cd /opt/
unzip openmq4_3-installer-Unix.zip
3. 安裝
1) . 創(chuàng)建answerfile
在 /opt/mq4_3-zip-installer/ 創(chuàng)建answerfile 例如 :見/home/zhshp/nswerfile
2) . 安裝 installer -s -a answerfile
3) 修改imqbroker配置文件:sudo vim etc/mq/imqbro
閱讀全文
posted @
2009-06-23 15:20 冰是沒有未來的,因為它的永恒|
編輯
openMQ wins安裝
摘要: 1. 下載openMQ
https://mq.dev.java.net/
2. 解壓 openmqXXX-installer-WINNT.zip 到 F:\software tool\java\web server\wins\openmq4_4-installer-WINNT
3. 安裝 :
進(jìn)入F:\software tool\java\web server\wins\openmq4_4-installer-WINNT\openmq4_4-installer下 雙擊installer.vbs
4.安裝為wins服務(wù):
> cd D:\Program Files\MessageQueue\mq\bin
> imqsvcadmin install
閱讀全文
posted @
2009-05-06 10:18 冰是沒有未來的,因為它的永恒|
編輯