Re: How would you parallelize this?

2021-02-11 Thread Giovanni Condello
Of course, I've just hit send and realized the option is actually called concurrentConsumers From: Giovanni Condello Sent: Friday, February 12, 2021 8:33:08 AM To: users@camel.apache.org Subject: Re: How would you parallelize this? Hi Ron, Not sure I

Re: How would you parallelize this?

2021-02-11 Thread Giovanni Condello
Hi Ron, Not sure I understood the question correctly, but if you simply want to make the calls to the ws in parallel you can use the parallel consumers options of the SEDA endpoint. Btw, you should probably double check and configure the SEDA queue size and rejection policy (in case the SEDA

How would you parallelize this?

2021-02-11 Thread Ron Cecchini
Hi, everyone. Say you have 2 vectors of integers, V1 and V2, of size M and N, resp. The core of the processing is to pair each element of V1 with each element V2 and call a web service with the 2 integers. So, M x N calls to a web service. I have routes that look like the following

Re: Replacement for camel-xmljson for schema-less xml -> json

2021-02-11 Thread ski n
I wrote a simple DocConverter for data format conversion (without the need of schema's and marshalling): https://github.com/assimbly/docconverter Here is a link to a Camel processor example that using Assimbly DocConverter:

[3.7.0] Issue with exception handling - predicates...

2021-02-11 Thread Lutor, Zoltan (Nokia - HU/Budapest)
let's give it a try here too...  thx in advance your help. Zoltan -Original Message- Sent: Tuesday, February 9, 2021 12:56 PM To: iss...@camel.apache.org Subject: [3.7.0] Issue with exception handling - predicates... Hello, We are in the middle of moving from camel version 2.22.1 to

Re: Camel AWS S3 Source Connector - what is the key?

2021-02-11 Thread Andrea Cosentino
It should be in that way Il gio 11 feb 2021, 11:33 Arundhati Bhende ha scritto: > Thanks Andrea. > > How would ii use it inn my configuration? I presume, it would be like > below in the connector configuration? > > camel.source.camelMessageHeaderKey= CamelAwsS3Key > > > -AB > > On 2/11/21,

Re: Camel AWS S3 Source Connector - what is the key?

2021-02-11 Thread Arundhati Bhende
Thanks Andrea. How would ii use it inn my configuration? I presume, it would be like below in the connector configuration? camel.source.camelMessageHeaderKey= CamelAwsS3Key -AB On 2/11/21, 1:47 AM, "Andrea Cosentino" wrote: Hi, You need to set the following option in your

Re: Replacement for camel-xmljson for schema-less xml -> json

2021-02-11 Thread Andrea Cosentino
Hello, The available alternative is using camel-jaxb in combinatio with camel-jackson or any of the json components we provide. Directly there is no solution ootb. Il giorno gio 11 feb 2021 alle ore 11:17 Keith Herbert ha scritto: > Hi all, > > camel-xmljson is deprecated and even it's

Replacement for camel-xmljson for schema-less xml -> json

2021-02-11 Thread Keith Herbert
Hi all, camel-xmljson is deprecated and even it's documentation has recently been removed from the Camel website. Is there another DataFormatter that can perform xml->json without an xsd file or annotated pojos? The issue https://issues.apache.org/jira/browse/CAMEL-12995 says that it can