Unit testing with JMS (ActiveMQ)

Posted by larry cai on Stack Overflow See other posts from Stack Overflow or by larry cai
Published on 2010-05-20T01:03:55Z Indexed on 2010/05/20 1:10 UTC
Read the original article Hit count: 391

How to do unit testing with JMS ? Is it some de-facto for this ?

I googled something - Unit testing for JMS: http://activemq.apache.org/how-to-unit-test-jms-code.html - jmsTemplate: activemq.apache.org/jmstemplate-gotchas.html - mockRunner : mockrunner.sourceforge.net/

Do you have any good experience on those and suggestion for me ?

© Stack Overflow or respective owner

Related posts about jms

Related posts about jmstemplate