On Thu, Aug 29, 2013 at 04:37:25PM -0400, Rajesh Khan wrote:
> We are currently running a C++ broker on our windows 7 machine using the
> following command:
> 
> *qpidd --tcp-nodelay --auth=no*
> 
> I wanted to know if it will be possible to launch another instance of the
> broker on the same machine. I believe we will have to give it a different
> port to bind on but then again I am not sure. Any suggestions on how I
> could accomplish this?

To specify a different port using --port #### to use. However, you'll
also have issues with the lock file created by the broker process. In my
tests for running two parallel processes, even after telling the second
process to use a different location, they both tried to use the same
directory, which may be a bug.

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/

Attachment: pgpkLXhop0TA9.pgp
Description: PGP signature

Reply via email to