摘要: // 延迟队列 php 需要安装好几个扩展 php 生产者 $connection = new AMQPStreamConnection('xxxxx', 5672, 'guest', 'guest'); $channel = $connection->channel(); // 发送消息到交换机, 阅读全文
posted @ 2023-07-27 19:03 胡良庆 阅读(34) 评论(0) 推荐(0) 编辑