Questo contenuto non è disponibile nella lingua selezionata.

Chapter 1. Starting a Broker


Abstract

In this tutorial you will launch a Red Hat JBoss A-MQ instance from the command line.

Goals

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

This tutorial requires that you have JBoss A-MQ installed.

Procedure for Windows

To start a broker on Windows:
  1. Open a command prompt at the instance's root folder.
  2. Add the JBoss A-MQ command line tools your path by entering
    c:\ set PATH=%PATH%;InstallDir\bin
  3. Start the broker instance by entering
    c:\ start

Procedure for Unix/Linux/OSX

To start a broker:
  1. Open a command prompt at the instance's root folder.
  2. Add the JBoss A-MQ command line tools your path by entering
    % set PATH=$PATH;InstallDir/bin
  3. Start the broker instance by entering
    start
Red Hat logoGithubRedditYoutubeTwitter

Formazione

Prova, acquista e vendi

Community

Informazioni sulla documentazione di Red Hat

Aiutiamo gli utenti Red Hat a innovarsi e raggiungere i propri obiettivi con i nostri prodotti e servizi grazie a contenuti di cui possono fidarsi.

Rendiamo l’open source più inclusivo

Red Hat si impegna a sostituire il linguaggio problematico nel codice, nella documentazione e nelle proprietà web. Per maggiori dettagli, visita ilBlog di Red Hat.

Informazioni su Red Hat

Forniamo soluzioni consolidate che rendono più semplice per le aziende lavorare su piattaforme e ambienti diversi, dal datacenter centrale all'edge della rete.

© 2024 Red Hat, Inc.