摘要: const amqp = require('amqplib'); async function consumeMessages() { try { // 1. 连接 RabbitMQ const connection = await amqp.connect('amqp://localhost'); 阅读全文
posted @ 2025-12-05 16:06 liliyou 阅读(4) 评论(0) 推荐(0)