Re: Stubbing jms with an inprocess transport when using CamelTestSupport

2013-12-17 Thread Claus Ibsen
nknown parameters=[{selector=CustID = 'TenantActive'}] > at > org.apache.camel.impl.DefaultComponent.validateParameters(DefaultComponent.java:189) > at > org.apache.camel.impl.DefaultComponent.createEndpoint(DefaultComponent.java:134) > at > org.a

Re: Stubbing jms with an inprocess transport when using CamelTestSupport

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

Re: Stubbing jms with an inprocess transport when using CamelTestSupport

2013-12-17 Thread smadarapu
Thanks Clause, one more question, i will still be able to consume from this endpoint, correct ? -- View this message in context: http://camel.465427.n5.nabble.com/Stubbing-jms-with-an-inprocess-transport-when-using-CamelTestSupport-tp4685084p5744961.html Sent from the Camel - Users mailing

Re: Stubbing jms with an inprocess transport when using CamelTestSupport

2013-12-17 Thread smadarapu
ext: 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.

Re: Stubbing jms with an inprocess transport when using CamelTestSupport

2013-12-17 Thread Claus Ibsen
his > endpoint, correct ? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Stubbing-jms-with-an-inprocess-transport-when-using-CamelTestSupport-tp4685084p5744961.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus

Re: Stubbing jms with an inprocess transport when using CamelTestSupport

2011-08-11 Thread Claus Ibsen
tion 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-usin

Re: Stubbing jms with an inprocess transport when using CamelTestSupport

2011-08-11 Thread jason.parr
Thanks for the suggestion - externalising the endpoints urls in different property files for prod/test seemed the most sensible way to go. -- View this message in context: http://camel.465427.n5.nabble.com/Stubbing-jms-with-an-inprocess-transport-when-using-CamelTestSupport-tp4685084p4688766

Re: Stubbing jms with an inprocess transport when using CamelTestSupport

2011-08-10 Thread Christian Müller
est/data/radial-route-builder-test-case?noop=true&include=bond_msg.*") > .to("jms:queue:nomura.fiet.stp.bloomberg.bond-trades"); > > Thanks > > -- > View this message in context: http://camel.465427.n5.nabble.com/Stubbing-jms-with-an-inprocess-transport-when-using-CamelTestSupport-tp4685084p4685084.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Stubbing jms with an inprocess transport when using CamelTestSupport

2011-08-10 Thread Claus Ibsen
est-case?noop=true&include=bond_msg.*") >          .to("jms:queue:nomura.fiet.stp.bloomberg.bond-trades"); > > Thanks > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Stubbing-jms-with-an-inprocess-transport-when-using-CamelTest

Stubbing jms with an inprocess transport when using CamelTestSupport

2011-08-10 Thread jason.parr
ura.fiet.stp.bloomberg.bond-trades"); Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Stubbing-jms-with-an-inprocess-transport-when-using-CamelTestSupport-tp4685084p4685084.html Sent from the Camel - Users mailing list archive at Nabble.com.