이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 1. Starting a Broker
Abstract
In this tutorial you will launch a Red Hat JBoss A-MQ instance from the command line.
Goals 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
In this tutorial you will:
- add the Red Hat JBoss A-MQ command line tools to your system path
- start a JBoss A-MQ instance
Prerequisites 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
This tutorial requires that you have JBoss A-MQ installed.
Procedure for Windows 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
To start a broker on Windows:
- Open a command prompt at the instance's root folder.
- Add the JBoss A-MQ command line tools your path by entering
c:\ set PATH=%PATH%;InstallDir\bin
c:\ set PATH=%PATH%;InstallDir\bin
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Start the broker instance by entering
c:\ start
c:\ start
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Procedure for Unix/Linux/OSX 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
To start a broker:
- Open a command prompt at the instance's root folder.
- Add the JBoss A-MQ command line tools your path by entering
% set PATH=$PATH;InstallDir/bin
% set PATH=$PATH;InstallDir/bin
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Start the broker instance by entering
start
start
Copy to Clipboard Copied! Toggle word wrap Toggle overflow