4.2. 브로커 인스턴스 시작
브로커 인스턴스가 생성되면 Artemis run
명령을 사용하여 시작합니다.
프로세스
설치 중에 생성한 사용자 계정으로 전환합니다.
$ su - amq-broker
broker 인스턴스를 시작하려면
Artemis run
명령을 사용합니다.$ /var/opt/amq-broker/mybroker/bin/artemis run __ __ ____ ____ _ /\ | \/ |/ __ \ | _ \ | | / \ | \ / | | | | | |_) |_ __ ___ | | _____ _ __ / /\ \ | |\/| | | | | | _ <| '__/ _ \| |/ / _ \ '__| / ____ \| | | | |__| | | |_) | | | (_) | < __/ | /_/ \_\_| |_|\___\_\ |____/|_| \___/|_|\_\___|_| Red Hat JBoss AMQ 7.2.1.GA 10:53:43,959 INFO [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server 10:53:44,076 INFO [org.apache.activemq.artemis.core.server] AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=./data/journal,bindingsDirectory=./data/bindings,largeMessagesDirectory=./data/large-messages,pagingDirectory=./data/paging) 10:53:44,099 INFO [org.apache.activemq.artemis.core.server] AMQ221012: Using AIO Journal ...
브로커는 다음 정보를 사용하여 로그 출력을 시작하고 표시합니다.
- 트랜잭션 로그 및 클러스터 구성의 위치입니다.
- 메시지 지속성에 사용되는 저널 유형(이 경우 AIO)입니다.
클라이언트 연결을 허용할 수 있는 URI입니다.
기본적으로 포트 61616은 지원되는 프로토콜(CORE, MQTT, AMQP, STOMP, HORNETQ 및 OPENWIRE)의 연결을 허용할 수 있습니다. 각 프로토콜마다 별도의 개별 포트가 있습니다.
- 웹 콘솔은 http://localhost:8161 에서 사용할 수 있습니다.
- Jolokia 서비스 (JMX over REST)는 http://localhost:8161/jolokia 에서 사용할 수 있습니다.