Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 1. Starting a Broker
Abstract
In this tutorial you will launch a Red Hat JBoss A-MQ instance from the command line.
Goals Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
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 Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
This tutorial requires that you have JBoss A-MQ installed.
Procedure for Windows Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
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 - Start the broker instance by entering
c:\ start
Procedure for Unix/Linux/OSX Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
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 - Start the broker instance by entering
start