Hi all,
Actual bundle of QMan has only "offline" unit test that are running tests
again isolated "components" of QMan. That means that in order to see those
tests running you don't need to have QMan and / or Qpid running. This is
good for development stage, allowing a (moreless) test-driven development
and therefore a flexible code but in order to see that all is working (Test
--> QMan --> Qpid) we need to add tests against a runnning QMan connected to
a broker. I'm thinking about that...I already coded some tests but it's an
hard work because the asynchronous nature of the interaction between QMan &
Qpid. Probably QMan will be extended to support JMX notifications. I'm
thinkng about that so I'm not sure but from a test perspective should be
cool if you could register a test as a listener of QMan notifications and in
that way you will be informed about object creations, events, method
invocations and all what you need to run your verifications. If you some
kind of idea feel free to suggest... Regards, Andrea

Reply via email to