# 中間件配置和管理工具
1、啟動RabbiMQ:
```
service?rabbitmq-server?start
```
2、查看狀態
~~~
service rabbitmq-server status
~~~
4、管理工具地址:
~~http://localhost:3389 (外部地址請訪問ip+端口)~~
```
http://39.105.76.174:15672
```
```
用戶名 :guest
密碼 :guest ?
```
[http://192.168.199.104:15672/#/queues](http://192.168.199.104:15672/#/queues)

