Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
2.2. Running the Broker at the command line
2.2.1. Start the Broker at the command line Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
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.