Este contenido no está disponible en el idioma seleccionado.
2.2. Running the Broker at the command line
2.2.1. Start the Broker at the command line Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
Start the Broker
- By default, the broker is installed in
/usr/sbin/
. If this is not on your path, you need to type the whole path to start the broker:/usr/sbin/qpidd -t
/usr/sbin/qpidd -t
Copy to Clipboard Copied! Toggle word wrap Toggle overflow You will see output similar to the following when the broker starts:[date] [time] info Loaded Module: libbdbstore.so.0 [date] [time] info Locked data directory: /var/lib/qpidd [date] [time] info Management enabled [date] [time] info Listening on port 5672
[date] [time] info Loaded Module: libbdbstore.so.0 [date] [time] info Locked data directory: /var/lib/qpidd [date] [time] info Management enabled [date] [time] info Listening on port 5672
Copy to Clipboard Copied! Toggle word wrap Toggle overflow The-t
or--trace
option enables debug tracing, printing messages to the terminal.Note: The locked data directory/var/lib/qpidd
is used for persistence, which is enabled by default.