Again, with the thread of an embedded qpid server in a unit test... I can get the test case (connect to amqp and wait for a reply) to run fine with qpid running from the distro. When running the server in the unit test, I'm now running into the follow error.
Connecting to amqp://guest:guest@/default?brokerlist='tcp://localhost:5672' org.apache.qpid.AMQConnectionFailureException: Unknown virtualhost 'default' I took the ~/config.json used by the distro server and was able to get the unit test version to read from it and the etc password files. Only change was the http port and the location of the password files. The name "default" is definitely in the config file so I'm not really sure what's going on. In terms of maven dependencies, I have the following, all at 6.0.0 qpid-client qpid-broker qpid-broker-core Aside from the above error, the http web management portion doesn't render correctly while in embedded mode (no username/password box), maybe i'm missing a dependency? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org