二、rabbit几种工作模式
详细发送端 接收端 demo 代码请看官网(https://www.rabbitmq.com/tutorials/tutorial-one-python.html)
1、生产消费模式(一发一收)
生产者(producer)把消息发送到一个名为“hello”的队列中。消费者(consumer)从这个队列中获取消息。
详细发送端 接收端 demo 代码请看官网(https://www.rabbitmq.com/tutorials/tutorial-one-python.html)
生产者(producer)把消息发送到一个名为“hello”的队列中。消费者(consumer)从这个队列中获取消息。