摘要: 通过ZeroMQ的pub/sub模式,我们可以实现发送推送消息的功能。以下为示例代码(入门可参考此文:http://www.cnblogs.com/ilovewindy/p/3984269.html): 1 (def ctx (ZMQ/context 1)) 2 3 (def msg-list (... 阅读全文
posted @ 2014-09-29 09:31 GreatK 阅读(1508) 评论(1) 推荐(0) 编辑