Re: [camel] Spring and Custom Components

2007-05-12 Thread James Strachan
On 5/11/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: On May 11, 2007, at 11:16 PM, James Strachan wrote: > On 5/10/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: >> Hi James, >> >> Thank you for the very detailed follow up! That worked wonderfully. > > Great! Just out of interest, do you fancy contr

Re: [camel] Spring and Custom Components

2007-05-11 Thread Jeff Gunther
On May 11, 2007, at 11:16 PM, James Strachan wrote: On 5/10/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: Hi James, Thank you for the very detailed follow up! That worked wonderfully. Great! Just out of interest, do you fancy contributing your component :) Sure. What's the best method to s

Re: [camel] Spring and Custom Components

2007-05-11 Thread James Strachan
On 5/10/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: Hi James, Thank you for the very detailed follow up! That worked wonderfully. Great! Just out of interest, do you fancy contributing your component :) Related to this issue, how would I set the ConnectionFactory for the JMS Component? He

Re: [camel] Spring and Custom Components

2007-05-10 Thread Jeff Gunther
Hi James, Thank you for the very detailed follow up! That worked wonderfully. Related to this issue, how would I set the ConnectionFactory for the JMS Component? Jeff Gunther On May 10, 2007, at 11:27 AM, James Strachan wrote: Hi Jeff On 5/9/07, Jeff Gunther <[EMAIL PROTECTED]> wrote:

Re: [camel] Spring and Custom Components

2007-05-10 Thread James Strachan
Hi Jeff On 5/9/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: Hi All, Here is the code snippet I'm working to configure in Spring: final CamelContext container = new DefaultCamelContext(); container.addComponent("foo", new FooComponent(container)); FWIW if you don't need to explicitly configure

[camel] Spring and Custom Components

2007-05-09 Thread Jeff Gunther
Hi All, Here is the code snippet I'm working to configure in Spring: final CamelContext container = new DefaultCamelContext(); container.addComponent("foo", new FooComponent(container)); I'm using the Spring 2.0 XML Namespaces approach to define my routes. How can I add a custom component to