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

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

To complete this tutorial you will need to have a broker instance running locally.

Procedure for Windows

To shutdown a broker on Windows:
  1. Add the JBoss A-MQ command line tools your path by entering
    c:\ set PATH=%PATH%;InstallDir\bin
  2. Shutdown the broker instance by entering
    c:\ stop

Procedure for Unix/Linux/OSX

To start a broker:
  1. Add the JBoss A-MQ command line tools your path by entering
    % set PATH=$PATH;InstallDir/bin
  2. Shutdown the broker by entering
    % stop
Red Hat logoGithubredditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat Dokumentation

Legal Notice

Theme

© 2026 Red Hat
Nach oben