Created
April 19, 2019 03:23
-
-
Save 5idu/c47fb15ca518b57456f5c66a5706c076 to your computer and use it in GitHub Desktop.
rabbitmq相关
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 安装 | |
```sh | |
brew install rabbitmq | |
``` | |
### 自带的WEB管理页面 | |
- url:http://localhost:15672 | |
- 默认用户名、密码:guest、guest | |
### 说明 | |
通过brew安装的话默认一些文件路径如下: | |
- Logs: /usr/local/var/log/rabbitmq | |
- Config: /usr/local/etc/rabbitmq | |
- Mnesia Database: /usr/local/var/lib/rabbitmq/mnesia |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment