# 中间件配置和管理工具
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)

