반응형

[MacOS 개발환경 #23] ActiveMQ 설치 - Homebrew 활용

 

1. ActiveMQ 설치 - Homebrew 활용

2. 환경

3. Homebrew 설치

4. 다운로드 - Homebrew 활용

 

 

1. ActiveMQ 설치 - Homebrew 활용

 

 

2. 환경

MacOS M1 - macOS Monterey 12.0.1

 

 

3. Homebrew 설치

[MacOS 개발환경 #1] Homebrew 설치

 

[MacOS 개발환경 #1] Homebrew 설치

맥(MacOS) M1 (Apple Silicon) 개발환경 - Homebrew 설치 Homebrew 설치 > Homebrew 설치 확인 1 2 3 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" bre..

tlo-developer.tistory.com

 

 

4. 다운로드 - Homebrew 활용

ActiveMQ 설치

brew install activemq

 

5. ActiveMQ 실행

/opt/homebrew/opt/activemq/bin/activemq console

 

- java 11 이상에서 실행 필요

class file version 55.0은 jdk 11로 컴파일한 버전

 

 

반응형