Hello, I'm currently using OpenEJB to unit test my stateless session beans outside of an app server. I have a POJO that does a lookup then calls each method on the EJB.
Now have an MDB which I would like to test. I figured I would just create a message from a POJO and send it to the queue. However I'm having problems figuring out exactly how to do it. Any suggestions? -- View this message in context: http://www.nabble.com/OpenEJB-JUnit-JMS-tp23088560p23088560.html Sent from the OpenEJB User mailing list archive at Nabble.com.
