Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 3. Shutting Down a Broker
Abstract
This tutorial demonstrates how to shutdown a locally running message broker.
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
- stop a locally running JBoss A-MQ instance
Prerequisites Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
To complete this tutorial you will need to have a broker instance running locally.
Procedure for Windows Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
To shutdown a broker on Windows:
- 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 - Shutdown the broker instance by entering
c:\ stop
c:\ stop
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Procedure for Unix/Linux/OSX Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
To start a broker:
- 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 - Shutdown the broker by entering
% stop
% stop
Copy to Clipboard Copied! Toggle word wrap Toggle overflow