import sys import pika # 建立連線與宣告使用的Queue ... # 讓User 輸入要傳送的訊息內容 msg = ' '.join(sys.argv[1:]) or 'Hello RabbitMQ!
確定! 回上一頁