RE: [External] Re: Content Based Routing Feasibility Q

2017-09-01 Thread Jens J Parappallil
Hi, Yes, You can take a look at the camel cxf examples. I had done a similar implementation by creating a separate camel component and then registering routes with this. The Registered routes would provide a set of filter conditions in your case the user which it is expecting. An http end point

Re: Content Based Routing Feasibility Q

2017-09-01 Thread Onder SEZGIN
I would suggest you to see camel-cxf examples. Maybe i got wrong but what you needed is like a web service's proxy. You may also take a look at http component or maybe mina component. On Thu, 31 Aug 2017 at 11:26, MLVJ wrote: > I have a problem, and I think that Camel can solve it, but I would