2.3.3. Configure the Broker service to start automatically when the server is started
On a production server the message broker typically starts automatically whenever the machine is restarted. To do this, you need to enable the
qpidd
service.
- Run the following command as root:
chkconfig qpidd on
The message broker qpidd demon will now start automatically when the server is started.