Re: Using rest endpoints as producer and consumer

2019-12-18 Thread Claus Ibsen
Hi Try look in the examples https://github.com/apache/camel/tree/master/examples#examples On Thu, Dec 19, 2019 at 6:03 AM Vikas Jaiswal wrote: > Hi, > > Can someone point to any working example where we are using rest > endpoint as producer and consumer both in the same route? > > > > Rega

cxf component performance benchmark

2019-12-18 Thread Vikas Jaiswal
Hi, Is there any document or resource available on performance metrics of Camel? I am specifically looking for cxf component performance metrics. Regards, Vikas Jaiswal Lead Consultant T: +91 9371626126 |Saksoft Ltd [cid:image002.png@01D5B658.6760C4B0]

Using rest endpoints as producer and consumer

2019-12-18 Thread Vikas Jaiswal
Hi, Can someone point to any working example where we are using rest endpoint as producer and consumer both in the same route? Regards, Vikas Jaiswal Lead Consultant T: +91 9371626126 |Saksoft Ltd [cid:image002.png@01D5B657.AEF8AB40]

Does sudden death/not graceful shutdown will affect idempotent?

2019-12-18 Thread Steven Wang
Hi there, I have a question related to idempotent consumer. In my camel project, I configure idempotent cassandra repo, when the route start, camel will insert key into idempotent table, so that other camel processors won’t pick it. If any exception occurs, camel will delete that record. But