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.Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 1. Starting a Broker
Abstract
					In this tutorial you will launch a Red Hat JBoss A-MQ instance from the command line.
				
Goals
Copier lienLien copié sur presse-papiers!
			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
Copier lienLien copié sur presse-papiers!
			This tutorial requires that you have JBoss A-MQ installed.
		
Procedure for Windows
Copier lienLien copié sur presse-papiers!
			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 enteringc:\ set PATH=%PATH%;InstallDir\bin c:\ set PATH=%PATH%;InstallDir\binCopy to Clipboard Copied! Toggle word wrap Toggle overflow 
- Start the broker instance by enteringc:\ start c:\ startCopy to Clipboard Copied! Toggle word wrap Toggle overflow 
Procedure for Unix/Linux/OSX
Copier lienLien copié sur presse-papiers!
			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/binCopy to Clipboard Copied! Toggle word wrap Toggle overflow 
- Start the broker instance by enteringstart startCopy to Clipboard Copied! Toggle word wrap Toggle overflow