Wow, yes that worked. I misunderstood after your first reply, second one
clarified it. 

I had this initially, with the endpoint URI being *"jms:queue1:msgs"*
        context.addComponent("jms", context.getComponent(*"seda"*));

after first reply i changed the URI to be *"stub:jms:queue1:msgs"* which
worked but after your second reply, i changed by URI back to original and 

       context.addComponent("jms", context.getComponent(*"stub"*));

Now this is working, thanks for the tip, its great.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Stubbing-jms-with-an-inprocess-transport-when-using-CamelTestSupport-tp4685084p5744965.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to