You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by gilboy <jo...@gmail.com> on 2012/07/21 00:09:33 UTC

Custom component query

Hi

I need to create an event driven custom component. 

The sender which invokes the event driven consumer is a spring managed bean.
My custom component consumer is not spring managed as this is obviously
created from my endpoint which acts as a factory for my producers and
consumers. 

Hence, I am a little confused as to how the sender gets wired up to the
consumer as one is created via spring(sender) and the consumer is created
via my custom endpoint

Thanks!



--
View this message in context: http://camel.465427.n5.nabble.com/Custom-component-query-tp5716302.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Custom component query

Posted by Doug Douglass <do...@gmail.com>.
Camel Proxy[1] describes several ways of wiring things up (and links to
others) depending our your needs.

[1] http://camel.apache.org/using-camelproxy.html

On Fri, Jul 20, 2012 at 4:09 PM, gilboy <jo...@gmail.com> wrote:

> Hi
>
> I need to create an event driven custom component.
>
> The sender which invokes the event driven consumer is a spring managed
> bean.
> My custom component consumer is not spring managed as this is obviously
> created from my endpoint which acts as a factory for my producers and
> consumers.
>
> Hence, I am a little confused as to how the sender gets wired up to the
> consumer as one is created via spring(sender) and the consumer is created
> via my custom endpoint
>
> Thanks!
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Custom-component-query-tp5716302.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>