淘宝开源MQ——metamorphosis的github分支

    xiaoxiao2024-03-22  132

    上周我在淘宝的同事开源了一个消息中间件 metamorphosis,放在了 淘蝌蚪上。我从淘蝌蚪的svn上fork了一个github的分支,放在了这里:  1.主体工程: https://github.com/killme2008/Metamorphosis  2.示例项目: https://github.com/killme2008/metamorphosis-example  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 >

         ps.我开通了新浪微博,有兴趣相互关注下:http://weibo.com/fnil,你看,偏见是可以改变的。

    文章转自庄周梦蝶  ,原文发布时间 2012-03-16

    最新回复(0)