2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

rabbitMQサーバ 管理画面の有効化

Posted at

rabbitMQserverのインストール。

sudo apt install rabbitmq-server

管理画面プラグインの有効化

sudo rabbitmq-plugins enable rabbitmq_management
※これをしないと管理画面にアクセスできません。

# sudo rabbitmq-plugins enable rabbitmq_management
The following plugins have been enabled:
  amqp_client
  cowlib
  cowboy
  rabbitmq_web_dispatch
  rabbitmq_management_agent
  rabbitmq_management

Applying plugin configuration to rabbit@satokazuya-VirtualBox... started 6 plugins.

##rabbitMQServerの再起動
systemctl restart rabbitmq-server.service

ブラウザにアクセス。

http://127.0.0.1:15672/
Screenshot from 2018-03-12 13-22-34.png

Username: guest
Password: guest

ログインできると思います。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?