channel.queue_declare(queue='hello') # 在RabbitMQ中建立hello這個佇列 channel.basic_publish(exchange='', # 使用預設的exchange來傳送訊息到佇列 ...
確定! 回上一頁