Description of problem: The chapter 3.3.3. "Configure the Broker service to start automatically when the server is started" contains the command "chkconfig on qpidd". This example command is incorrect and results in error message from chkconfig: [root@lzhaldyb-rhel62x ~]# chkconfig on qpidd chkconfig version 1.3.49.3 - Copyright (C) 1997-2000 Red Hat, Inc. This may be freely redistributed under the terms of the GNU Public License. usage: chkconfig [--list] [--type <type>] [name] chkconfig --add <name> chkconfig --del <name> chkconfig --override <name> chkconfig [--level <levels>] [--type <type>] <name> <on|off|reset|resetpriorities> [root@lzhaldyb-rhel62x ~]# echo $? 1 It should be changed to "chkconfig qpidd on". http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/2.2/html/Messaging_Installation_and_Configuration_Guide/Configure_the_Broker_service_to_start_automatically_when_the_server_is_started.html
Section 3.3.3 http://documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/2/html/Messaging_Installation_and_Configuration_Guide/Configure_the_Broker_service_to_start_automatically_when_the_server_is_started.html
Documentation fixed. -> VERIFIED