Re: [DISCUSS] Implement protocol related components in Camel [WAS] Re: [Proposal] New components

2009-02-02 Thread James Strachan
2009/2/2 Guillaume Nodet gno...@gmail.com: It might be doable. I guess the way to do that would be to define the JBI endpoint as a wrapper to a camel endpoint. When the JBI endpoint would be initialized / started, a camel route would be created for it. Not sure how well camel endpoints can

Re: [DISCUSS] Implement protocol related components in Camel [WAS] Re: [Proposal] New components

2009-02-02 Thread Guillaume Nodet
This should not be too complicated to implement if needed. The idea in JBI is that service assemblies (aka routes un camel) have three real states: started, stopped and shutdown. Started means that all endpoints are fully operational. Shutdown means that no exchanges will be processed. The

Re: [DISCUSS] Implement protocol related components in Camel [WAS] Re: [Proposal] New components

2009-02-02 Thread Hadrian Zbarcea
Let's include the camel folks in this discussion. On Feb 2, 2009, at 11:51 AM, Hadrian Zbarcea wrote: Hi, Another option is to implement such components in Apache Camel and provide a way to easily wrap a camel component in a jbi component. Such components are useful to users who only