RabbitMQ
安裝
安裝完後會自動啟動
查看狀態
開啟網頁UI
預設會有一個使用者,帳號和密碼都是Guest,但只限制localhost連線。
我們可以如下新增一個使用者,即可開放外網連線 :
以下使用使用者: test 密碼: test為範例。
Add a new/fresh user, say user ‘test’ and password ‘test’
Give administrative access to the new access
Set permission to newly created user
使用Node.js連線
Last updated