LoginSignup
0
0

Apache ActiveMQ ArtemisをWindows11で立ち上げる

Posted at

1. はじめに

  • メッセージキューサービスをwindowsで試してみたい
  • Apache Active MQ Artemisのサービスを起動して使ってみたい

2. 開発環境

  • Apache ActiveMQ artemis 2.31.2
  • Windows 11

3. Active MQのダウンロード

  • 以下サイトよりzipファイルをダウンロードする。

image.png

  • 任意のフォルダに保存して展開しておく。
    image.png

4. Active MQのインストール

4.1. コマンドプロンプトを起動して、${ARTEMIS_HOME}/binへ移動する

  • サンプルではworkフォルダ内へ展開している
    image.png

4.2. artemis createコマンドを実行する

  • サンプルではmybrokerを指定
artemis create mybroker
  • 任意のユーザー名を入力する
    image.png

  • 任意のパスワードを入力する
    image.png

  • 任意のanonymousの設定をする
    image.png

4.3. インストール完了後のURLを確認する

image.png

4.4. URLにアクセスし、ユーザ名、パスワードを入力してログインする

image.png

4.5. トップページが表示される

image.png

5. 参考文献

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