您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 消息队列服务rmq.zip

  2. rmq 是一个基于 Redis 的消息队列服务,体积小而且易用,客户端基于 Jedis。 示例代码: Producer p = new Producer(new Jedis("localhost"),"some cool topic"); p.publish("some cool message"); Consumer c = new Consumer(new Jedis("localhost"),"consumer identifier","some cool topic"); c.cons
  3. 所属分类:其它

    • 发布日期:2019-07-16
    • 文件大小:10240
    • 提供者:weixin_39840924