Este contenido no está disponible en el idioma seleccionado.

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

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

© 2024 Red Hat, Inc.