Description of problem: Specifying --load-module on the command-line with a module that fails to load is not an error for the broker. The error can only be discovered by viewing the broker log or using -t on the command-line. Should the failure to load a module specified on the command-line cause the broker to fail to start? Version-Release number of selected component (if applicable): $ svn info Path: . URL: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid Repository Root: https://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 612486 Node Kind: directory Schedule: normal Last Changed Author: gsim Last Changed Rev: 612478 Last Changed Date: 2008-01-16 09:18:34 -0600 (Wed, 16 Jan 2008) How reproducible: Always Steps to Reproduce: 1. qpidd --load-module MRG 2. 3. Actual results: Daemon starts Expected results: Daemon fails to start and reports a message about the MRG module not loading, similar to what is found when -t is added to the command-line Additional info: