Hi Robert, I've seen William's reply already...
> I have been using the C++ broker for the first time when doing some > testing of the WCF client. When doing this, I have made some > observations as a "new user": Great! > 2) the broker does not complain when you give it an option that it > doesn't understand. For example: > > qpidbroker /eatmoremincepies > > doesn't yield any error or usage string. (After point 1, the curious > user may try to get help with the /help argument). Right... It uses the same option syntax as on Linux, --. Try qpidbroker --help > 3) How do you configure authentication in the windows broker? The info > I read in one of the files in the distro didn't seem to apply for > windows since it involved using a tool to create users. I had to > disable authentication to get my client to run. Windows broker auth will try to authenticate against local Windows accounts. For example, most of the examples/tests use user "guest" and password "guest" - you need to set up a "guest" account or else turn off auth (--auth no) or use a different user/password. -Steve