It looks like you are trying to run the C++ broker on Windows. The best way to be a "daemon" is to install the broker as a service and start the service. Run qpidd --help to get the exact options.
-Steve > -----Original Message----- > From: Rajesh Khan [mailto:[email protected]] > Sent: Friday, November 30, 2012 4:02 PM > To: [email protected] > Subject: Cannot run broker as a daemon > > I am trying to run qpid broker as a daemon by following the instructions in > the Manual. I am doing the following > > D:\...\src\Debug>qpidd --daemon > 2012-11-30 13:58:17 [Broker] critical Unexpected error: Error in command line > options: unknown option daemonUse --help to see valid options > > It seems --daemon parameter is not valid. How do I run the broker as a > daemon. > I know i can run it as a service by installing it. How can I run it as a > service with > the --auth=no parameter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
