Re: Unit Testing JMS Applications

2008-08-14 Thread simone_b
Is this supposed to be working with NMS as well? Joe Fernandez wrote: > > Peruse the ActiveMQ source code tree under > > .../activemq-core/src/test > > There are lots of test cases there and there are a couple of > embedded-related test cases in > > .../activemq-core/src/test/java/org/apac

Re: Unit Testing JMS Applications

2008-08-10 Thread Joshua Smith
Thanks Joe. Josh On 8/10/08, Joe Fernandez <[EMAIL PROTECTED]> wrote: > > > Peruse the ActiveMQ source code tree under > > .../activemq-core/src/test > > There are lots of test cases there and there are a couple of > embedded-related test cases in > > .../activemq-core/src/test/java/org/apache/ac

Re: Unit Testing JMS Applications

2008-08-10 Thread Joe Fernandez
Peruse the ActiveMQ source code tree under .../activemq-core/src/test There are lots of test cases there and there are a couple of embedded-related test cases in .../activemq-core/src/test/java/org/apache/activemq Joe www.ttmsolutions.com Joshua Smith-5 wrote: > > ActiveMQ Users- > > Co