Hi The JmsComponent has a JmsConfiguration, where you can configure it using getter/setters. Its in fact also what Spring XML in the end does, invokes those setters.
On Tue, Nov 29, 2011 at 8:25 AM, tkatva <[email protected]> wrote: > Thank you for your answer. Only problem is that I need to programmatically > define connection factories, host, port and other connection details. I > cannot use Spring XML because I don't know these details in advance. I get > the connection details from database and I need to assign these values at > runtime. > > Thank you > > Best Regards Tuomas > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Programatically-using-Camel-with-different-jms-providers-tp5029408p5031404.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/
