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
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]
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]
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