Posted by: NE_Patriots April 7, 2015
fitnesse, JMS and Spring framework
Login in to Rate this Post:     0       ?        
Ok. So I went through this FitNesse framework here : https://www.youtube.com/watch?v=KQa3kJIyOS8

So that framework is just for testing any java classes like JUnit or TestNG and has nothing to do with JMS.

So for testing your JMS queues you need to write java code using Spring framework and initialize those jms beans in the application context.

So this Spring JMS Template will have all the class you need to send message to a queue and receive (OnMessage()). You just need to write classes and call those methods.

Go through this to create your simple JMS message and test first using Junit.
Read Full Discussion Thread for this article