Rupert Smith wrote:
What is the status of the C++ broker with regard to virtual hosts. This has
been implemented in the Java broker, so a virtual host is required. I ran
into a problem when trying to run the C++ client tests against the Java
broker, because these tests do not specify a virtual host. I can submit a
patch to fix this, so long as it will not cause the tests to fail against
the C++ broker? That is, does the C++ broker just ignore the virtual host at
the moment?

Yes, it does. The client does let you specify a virtual host (last parameter to the open() method on Connection) but defaults to '/' if none is specified.

Reply via email to