826
汽車大全
淘寶開源MQ——metamorphosis的github分支
上周我在淘寶的同事開源了一個消息中間件metamorphosis,放在了淘蝌蚪上。我從淘蝌蚪的svn上fork了一個github的分支,放在了這裏: 1.主體工程:https://github.com/killme2008/Metamorphosis
主要做了一些pom文件的簡化,發布1.4.0.2版本到maven central倉庫,並且寫了幾個簡單的入門文檔,提供了一個完整打包可運行的下載,有興趣的自己看github頁麵吧。 Wiki文檔放在:
https://github.com/killme2008/Metamorphosis/wiki
客戶端Maven依賴包括,可自行選擇添加:
3.Twitter storm的spout項目:https://github.com/killme2008/storm-metamorphosis-spout
主要做了一些pom文件的簡化,發布1.4.0.2版本到maven central倉庫,並且寫了幾個簡單的入門文檔,提供了一個完整打包可運行的下載,有興趣的自己看github頁麵吧。 Wiki文檔放在:
https://github.com/killme2008/Metamorphosis/wiki
客戶端Maven依賴包括,可自行選擇添加:
<dependency>
<groupId>com.taobao.metamorphosis</groupId>
<artifactId>metamorphosis-client</artifactId>
<version>1.4.0.2</version>
</dependency>
<dependency>
<groupId>com.taobao.metamorphosis</groupId>
<artifactId>metamorphosis-client-extension</artifactId>
<version>1.4.0.2</version>
</dependency>
<dependency>
<groupId>com.taobao.metamorphosis</groupId>
<artifactId>storm-metamorphosis-spout</artifactId>
<version>1.0.0</version>
</dependency>
<groupId>com.taobao.metamorphosis</groupId>
<artifactId>metamorphosis-client</artifactId>
<version>1.4.0.2</version>
</dependency>
<dependency>
<groupId>com.taobao.metamorphosis</groupId>
<artifactId>metamorphosis-client-extension</artifactId>
<version>1.4.0.2</version>
</dependency>
<dependency>
<groupId>com.taobao.metamorphosis</groupId>
<artifactId>storm-metamorphosis-spout</artifactId>
<version>1.0.0</version>
</dependency>
ps.我開通了新浪微博,有興趣相互關注下:https://weibo.com/fnil,你看,偏見是可以改變的。
文章轉自莊周夢蝶 ,原文發布時間 2012-03-16
最後更新:2017-05-18 20:36:16