0
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?

ローカルのmacにRabbitMQをインストール

Last updated at Posted at 2024-11-21

Homebrewにてインストール

brew install rabbitmq

使い方

サーバ起動

macにログインした場合や再起動した場合に、バックグラウンドで自動的に起動させる

brew services start rabbitmq

ログで 「==> Successfully started rabbitmq (label: homebrew.mxcl.rabbitmq)」と出たら成功

アクセス

デフォルト設定
ポート:15672
ID:guest
パスワード:guest

image.png

ログインできた
image.png

0
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
0
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?