Re: Can't grok event driven consumer

2014-09-25 Thread Claus Ibsen
Hi See how the direct producer is implemented if you want a behavior like that. On Wed, Sep 24, 2014 at 11:16 PM, Tim Dudgeon wrote: > I'm wanting to create a Component that acts as a simple from: endpoint, just > like, for instance, direct: does. > I want to be able to send an Exchange to it, h

Can't grok event driven consumer

2014-09-24 Thread Tim Dudgeon
I'm wanting to create a Component that acts as a simple from: endpoint, just like, for instance, direct: does. I want to be able to send an Exchange to it, handle it in some way, and send the outcomes (plural) to the downstream processor. Most of it makes sense, but I just can't work out how to r