On Thu, Aug 11, 2011 at 10:06 AM, jason.parr <[email protected]> wrote: > Thanks for the suggestion - externalising the endpoints urls in different > property files for prod/test seemed the most sensible way to go. >
Yeah this is common practice. This is also what we cover in chapter 6 in the Camel in Action book. There is also the adviceWith feature in Camel that allows you to manipulate routes before unit testing them. http://camel.apache.org/advicewith.html > -- > View this message in context: > http://camel.465427.n5.nabble.com/Stubbing-jms-with-an-inprocess-transport-when-using-CamelTestSupport-tp4685084p4688766.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
