Fork me on GitHub

2018年4月16日

RabbitMQ_direct

摘要: #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ @version: @author: morgana @license: Apache Licence @contact: vipmorgana@gmail.com @site: @software: PyCharm @file: myproductor_director.py @time... 阅读全文

posted @ 2018-04-16 00:33 vmaze 阅读(135) 评论(0) 推荐(0) 编辑

RPC通信

摘要: @version: @author: morgana @license: Apache Licence @contact: vipmorgana@gmail.com @site: @software: PyCharm @file: rpcclient.py @time: 2018/4/15 上午12:28 """ # 1.声明一个队列,作为reply_to返回消息结果的队列 # 2.发消... 阅读全文

posted @ 2018-04-16 00:29 vmaze 阅读(184) 评论(0) 推荐(0) 编辑

导航