RabbitMQ学习笔记【1】
摘要:生产者: # 生产者 import pika # 链接本地rabbitmq,获取channel对象 connection = pika.BlockingConnection(pika.ConnectionParameters('localhost')) channel = connection.ch
阅读全文
posted @ 2021-10-17 16:49
posted @ 2021-10-17 16:49
posted @ 2021-10-13 19:42
posted @ 2021-10-10 21:16
posted @ 2021-10-10 18:19
posted @ 2021-10-10 15:32