Java Developers, Just a quick update to let everyone know why their new tests are failing. The InVM Broker now has authentication. Currently it isn't configurable from the TestCases.
Currently only user: guest, password:guest will allow your test to run. Note: The AMQAuthenticationException doesn't appear to make it out of the client lib. This is a regresssion as the test for that (in ConnectionTest) had to be skipped as it would always fail as the InVM broker didn't support authentication. The exception propogation problem during connection is Qpid-272. All you will see is a connection hang. Not very helpful but until we resolve this you will need to wait the 120 seconds for the attainState wait() to timeout. -- Martin Ritchie
