Re: Camel AWS2-S3 Unable to find valid certification path to the requested target”

2024-07-02 Thread Chirag
How do you run your app? is trust store overridden somehow? On Tue, Jul 2, 2024 at 6:10 PM Srikant Mantha wrote: > Hi, > I am using camel aws s3 to upload a file in my camel-springboot > microservice with camel aws version as 4.5.0. I am facing connectivity > issues to the S3 bucket with the >

Re: Camel 4.6 activemq issue

2024-08-28 Thread Chirag
What is the advantage of bean approach ? On Tue, Aug 27, 2024, 08:22 ski n wrote: > No, you need to put all to false > > On Tue, Aug 27, 2024 at 2:17 PM Sujeet Singh > wrote: > > > Hi Raymond, > > > > Did you mean to say, add lazy-init="true" in mqConnectionFactory as well. > > > > Thanks, > >

Re: Camel JMS headers

2024-09-13 Thread Chirag
Is Tibco seeing it as DeliveryMode or with Camel name on it? Do you also see DeliveryMode? regards, On Thu, Sep 12, 2024 at 10:13 AM Bálint Baráth wrote: > Hello! > > FYI if somebody runs into the same problem: > I managed to create a workaround, after finding where the header gets > added. I

Re: Camel JMS headers

2024-09-16 Thread Chirag
Thanks Claus. Balint, fix is on a new branch and not on 4.0.x. Would you know how to cherrypick to 4.0.x branch to get it in version you need and validate? On Mon, Sep 16, 2024 at 4:55 AM Bálint Baráth wrote: > Thanks for the quick response, and the fix! > > Claus Ibsen ezt írta (időpont: 202

Using camel-main, xml route, referencing a java class as processor

2022-01-17 Thread Chirag
conditions to using #class ? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account

Re: Using camel-main, xml route, referencing a java class as processor

2022-01-17 Thread Chirag
I use Camel 3.14.0 I haven't figured out how to reply to thead using gmail so please bear with me. On Sun, Jan 16, 2022 at 7:46 PM Chirag wrote: > Hello, > I have a scenario where I am using camel-main with XML Route and a Java > Class as a Processor. > > It give

Re: Re[2]: Using camel-main, xml route, referencing a java class as processor

2022-01-18 Thread Chirag
Will try bean. For now - I ended up doing a bind in the default registry. I was mainly trying to find a low-code way of doing this. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Tue, Jan 18, 2022 at 2:53 AM Claus Ibsen wrote: > Hi > >

Debezium Component

2022-01-25 Thread Chirag
rs - it is databaseHistoryFileFileName, but in example it is databaseHistoryFileName. Even unit tests seem to use databaseHistoryFileName. Should we fix documentation and tests to use databaseHistoryFileFileName? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account

Re: Debezium Component

2022-01-26 Thread Chirag
This is done now. https://github.com/apache/camel/pull/6832 ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Wed, Jan 26, 2022 at 12:44 AM Claus Ibsen wrote: > Hi > > Yes the docs should be updated, you are welcome to send a PR > >

Debezium, Camel 3.14.x and TypeConverter - in a Camel-Main app

2022-01-26 Thread Chirag
va - but this doesn't even seem to use META-INF or a registry - so not sure how it would work. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account

Re: Debezium, Camel 3.14.x and TypeConverter - in a Camel-Main app

2022-01-27 Thread Chirag
It doesn't seem to be helping. Let me do some digging. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Jan 27, 2022 at 3:16 AM Claus Ibsen wrote: > > Hi > > Ah yeah there is no classpath annotation scanning like you can have &

Re: Debezium, Camel 3.14.x and TypeConverter - in a Camel-Main app

2022-01-27 Thread Chirag
with @Converter(generateLoader = true), and running mvn package. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Jan 27, 2022 at 12:58 PM Chirag wrote: > > It doesn't seem to be helping. > Let me do some digging. >

Re: Debezium, Camel 3.14.x and TypeConverter - in a Camel-Main app

2022-01-28 Thread Chirag
e-3_4.html#_using_custom_type_converters should be updated to indicate that if project is using maven then might as well move to @Converter (generateLoader = true). ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Fri, Jan 28, 2022 at 4:18 AM Claus Ibsen wro

Re: Camel AWS SQS and concurrentConsumers

2022-02-02 Thread Chirag
Can you please post or point to a prototype ? Have you tried with putting large number if messages ? On Wed, Feb 2, 2022, 17:35 Narsi Reddy Nallamilli < narsi.nallami...@gmail.com> wrote: > Hi Arnaud, > > Yup, It used to work before because I use it in my project and was not > aware of the bug ti

RE: How Camel consumes files using multithreading

2022-02-25 Thread Chirag
Were you able to solve this? why would threads in SEDA itself not work? On 2021/10/25 06:07:47 "robbenp...@foxmail.com" wrote: > Dear all, > I am using Apache Camel to handle files from SFTP. Becausethere are too > many file in the same directoty, I want to use multithreading to handle thes

Re: Apache Camel and hawt.io debugging: Body/Header not visible at breakpoint

2022-03-16 Thread Chirag
Bert, I am trying to build something similar. can you point me in the right direction to enabling Jolokia with hawtio and camel-main? I am currently running embedded hawtio. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Mar 14, 2022 at 2:50 AM

Re: Using the RoutesLoader

2022-04-11 Thread Chirag
work. Only thing needed to support YAML is a change in pom.xml to include yaml dsl and create yaml files and put them into "routes" folder. org.apache.camel camel-yaml-dsl ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Apr 11, 2022

Re: Using the RoutesLoader

2022-04-11 Thread Chirag
You could wrap it using try/catch. See: https://camel.apache.org/manual/try-catch-finally.html My experience with it is - it depends on the endpoint involved to throw exceptions and enter doCatch appropriately. ચિરાગ/चिराग/Chirag -- Sent from My Gmail

Re: Using the RoutesLoader

2022-04-12 Thread Chirag
Raymond, to summarise: You want to load route configuration using XML? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Tue, Apr 12, 2022 at 7:59 AM ski n wrote: > > Loading the routeconfiguration through: > > loader.loadRoutes(resourc

Re: Using the RoutesLoader

2022-04-13 Thread Chirag
routeconfigurations to all routes. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Wed, Apr 13, 2022 at 3:27 AM ski n wrote: > > I also created an issue for this with an example: > https://issues.apache.org/jira/browse/CAMEL-17953 > > &

Re: Download of latest relase JAR of hawt.io

2022-06-07 Thread Chirag
Bert, Hawt.io documentation could also use some help for sure. It does have its own group for discussion if you want to share feedback there. https://groups.google.com/g/hawtio ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Tue, Jun 7, 2022 at 4:26

Re: netty http component - SNI missing in SSL handshake

2022-09-21 Thread Chirag
problem lies in Netty and if you can port fix to version of netty library used in your application. Lastly, you can always modify OSS code and create a version that works for your needs. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Sep 15, 2022

Re: how to create Camel HTTP route with async handling

2022-10-04 Thread Chirag
In your scenario, how do you invoke route 1 from source ? On Mon, Oct 3, 2022, 06:10 Chio Chuan Ooi wrote: > Hi, > > But in the camel route, how to have the route to wait for the webhook. > > Eventually, I need to expose 2 http consumer routes which 1 is for the > request and another is for the

Re: Can we use custom socket connection in RabbitMQ camel component

2022-11-11 Thread Chirag
what type of proxy are you using? are you able to make connection to RabbitMQ using Proxy using Java outside of Camel program? have you reviewed https://www.rabbitmq.com/networking.html#proxy-protocol ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On

Alibaba MNS and Camel

2022-11-28 Thread Chirag
I found a camel based adapter that runs in SAP CPI. https://www.integration-excellence.com/alibabacloud-mns-adapter-sap-cpi/ Is there a component that can run on plain vanilla camel?

Re: How to contribute component?

2022-12-01 Thread Chirag
Hi Sheng do you have the component already published in a repo? How are you packaging component currently in your environment? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Wed, Nov 30, 2022 at 11:15 PM Zheng Feng wrote: > > Hi, > >

Re: need help

2022-12-24 Thread Chirag
Karthik, while you can always write a new component, but is specific usecase not supported by any existing component? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Dec 19, 2022 at 6:08 AM Claus Ibsen wrote: > > On Mon, Dec 19, 2022 at 11

Camel-JBang - File -> Split -> File

2023-02-01 Thread Chirag
(CoreTypeConverterRegistry.java:274) ~[camel-base-3.19.0.jar:3.19.0] at org.apache.camel.support.MessageSupport.getMandatoryBody(MessageSupport.java:123) ~[camel-support-3.19.0.jar:3.19.0] ... 22 more I am using camel 3.19.0. Is there a better way of doing this? ચિરાગ/चिराग/Chirag

Re: Camel-JBang - File -> Split -> File

2023-02-02 Thread Chirag
Upgrading to Camel 3.20.1 helped. Thank you. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Feb 2, 2023 at 12:47 AM Claus Ibsen wrote: > > Hi > > Upgrade to Camel 3.20.1 > > On Thu, Feb 2, 2023 at 12:46 AM Chirag wrote:

camel init works - but leaves errors

2023-02-16 Thread Chirag
I am running camel init b.xml (i tried yaml as well). I am noticing that file is getting created - but then it is erroring out C:\work\jb>jbang --version 0.101.0 C:\work\jb>camel -V 3.20.2 It seems to not resolve sys:pid variable? Here is complete stacktrace: C:\work\jb>camel init b.xml 2023-

Re: camel init works - but leaves errors

2023-02-16 Thread Chirag
Created : https://issues.apache.org/jira/browse/CAMEL-19067 ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Feb 16, 2023 at 3:52 PM Claus Ibsen wrote: > > Hi > > Thanks for reporting - yeah that smells like a windows problem/bug

Re: camel init works - but leaves errors

2023-02-21 Thread Chirag
Yes -I saw the commits. Thank you for the fixes. I didn't realize, but it seems to have ended up becoming a larger fix. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Fri, Feb 17, 2023 at 3:47 AM Claus Ibsen wrote: > > Hi > > Th

Karavan + JBang + YAML DSL ; trying to use xtokenize

2023-02-28 Thread Chirag
enize. b) how to provide that using Karavan (Screenshot attached). Info: Karavan running within Visual Studio Code on Windows. Route running under Jbang 3.20.2 on Windows. Regards, ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account

Re: Karavan + JBang + YAML DSL ; trying to use xtokenize

2023-03-01 Thread Chirag
ing/camel-spring.xsd";> //BatchMaster Trying to redefine this to be Yaml so that this could be edited/maintained thru Karavan. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Wed, Mar 1, 2023 at 1:14 AM Claus Ibsen wrote: > >

Re: Karavan + JBang + YAML DSL ; trying to use xtokenize

2023-03-02 Thread Chirag
er.RouteReifier.doCreateRoute(RouteReifier.java:211) Let me get a JIRA started. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Wed, Mar 1, 2023 at 4:14 PM Claus Ibsen wrote: > > Hi > > Oh can you try using expression instead o

Re: Karavan + JBang + YAML DSL ; trying to use xtokenize

2023-03-02 Thread Chirag
JIRA Logged. https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-19111 ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Mar 2, 2023 at 9:33 AM Chirag wrote: > > Thanks Claus. > > with expression containing //Batchmaster, It d

Re: Blocking message transfer to MQ

2023-03-13 Thread Chirag
You would be looking at implementing Request/Reply EIP. https://camel.apache.org/components/3.20.x/eips/requestReply-eip.html ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Mar 13, 2023 at 10:46 AM Yash Ganthe wrote: > > Hi, > > I w

camel run * --camel-version=3.20.2

2023-03-14 Thread Chirag
this be a JIRA? attached is highlighted documentation page. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account

Re: camel run * --camel-version=3.20.2

2023-03-15 Thread Chirag
Here is my output. https://gist.github.com/chiragsanghavi/5926f71c7296bb2bf33434d5e33c95fb i also do not have success with --background ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Wed, Mar 15, 2023 at 4:22 AM Federico Mariani wrote: > >

Re: camel run * --camel-version=3.20.2

2023-03-20 Thread Chirag
I am going to try building it (I tried over the weekend, but my dev server ran out of disk space). ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Mar 16, 2023 at 5:11 AM Federico Mariani wrote: > > The fix in https://issues.apache.or

Building camel

2023-03-22 Thread Chirag
t I see it only getting upto 5 (using 10-15% CPU). ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account

Re: Building camel

2023-03-22 Thread Chirag
Thanks. Will try mavend. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Wed, Mar 22, 2023 at 1:01 PM Nicolas Filotto wrote: > > Hi Chirag, > > I personally use Maven Daemon https://github.com/apache/maven-mvnd and use > the comm

Re: How can I add Routes use Spring DSL when use SpringBoot?

2023-04-07 Thread Chirag
stopping server: Undertow - 2.2.20.Final [INFO] [INFO] BUILD SUCCESS [INFO] ---- [INFO] Total time: 9.072 s [INFO] Finished at: 2023-04-07T15:53:37-04:0

Re: IntelliJ IDEA settings (format, copyright, etc)

2023-04-08 Thread Chirag
This may help? https://www.jetbrains.com/help/idea/copyright.html ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Sat, Apr 8, 2023 at 8:32 AM Steve973 wrote: > > Hello. I'm setting up my development environment again, and I cannot >

Re: How can I add Routes use Spring DSL when use SpringBoot?

2023-04-08 Thread Chirag
can you create a project and share via github to reproduce? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Sat, Apr 8, 2023 at 4:23 AM mongoosej wrote: > > Run with Camel 3.20.0, SpringBoot 2.7.6, JDK 11 still report 'circular

Camel-Jbang export errors for camel version older then 3.14

2023-04-11 Thread Chirag
va:36) Regards, ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account

Re: Camel-Jbang export errors for camel version older then 3.14

2023-04-11 Thread Chirag
C:\work\jb3>camel version Camel JBang version: 3.20.3 C:\work\jb3>jbang version 0.103.1 ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Tue, Apr 11, 2023 at 1:39 PM Claus Ibsen wrote: > > Hi > > What Camel JBang version do you have

Re: How can I add Routes use Spring DSL when use SpringBoot?

2023-04-11 Thread Chirag
while i am not an expert, it seems to not like route. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Apr 10, 2023 at 3:31 AM mongoosej wrote: > > Dear Chirag: > Can you help me point out the problem about the "circular reference&

Re: How can I add Routes use Spring DSL when use SpringBoot?

2023-04-14 Thread Chirag
@mongoosej I tried to reproduce and i can confirm that it works in 3.20.3 but doesn't not work in 3.14.7; the issue seem to be with ActiveMQ Camel Spring boot component. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Tue, Apr 11, 2023 at 6:

Re: Camel in Action: Microsoft Azure Files over public Internet

2023-04-17 Thread Chirag
Shouldn't you be lookin at https://camel.apache.org/components/3.20.x/azure-storage-blob-component.html? Or a variation of it? The APIs are similar. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Apr 17, 2023 at 11:18 AM Petr Kuzel

Re: Book on camel 3.20.x

2023-05-10 Thread Chirag
Hello Rishi, While I agree with you on documentation, this being OSS, it would make sense for users to contribute to documentation. I do see a lot of users doing blog or medium articles; in addition, updating or adding to documentation can help other fellow users. ચિરાગ/चिराग/Chirag

Re: Camel Main: RoutesIncludePattern doesn't seem to respect asterisks as a directory placeholder

2023-05-17 Thread Chirag
in a camel app, I have used property files to provide some of these params in place of passing them thru the code. You may want to explore that. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Wed, May 17, 2023 at 4:59 PM Fyodor Kravchenko wrote

anyone using Camel with YAML / XML DSL and IBM MQ ?

2023-05-23 Thread Chirag
My thought is that this would require me to use JMS (to avoid using any other proprietary connector). Want to look for a practical example (or build one in the process). ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account

Re: HttpMessage.getBody(Map.class) stopped working when migrated from Camel 2 to 3.20.4

2023-06-13 Thread Chirag
Hi Fyodor, I ran it in IntelliJ thru 3.20.4 after submitting page - i got json: null, and string:login=usrename&password=password ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Jun 12, 2023 at 7:35 AM Fyodor Kravchenko wrote: > > He

Re: HttpMessage.getBody(Map.class) stopped working when migrated from Camel 2 to 3.20.4

2023-06-14 Thread Chirag
I added disableStreamCache=true; but that did not seem to change other parts. I did try changing it to a multi-part form and then it showed up as multiple parts attached - but that would mean changing your approach completely. ચિરાગ/चिराग/Chirag -- Sent

Re: HttpMessage.getBody(Map.class) stopped working when migrated from Camel 2 to 3.20.4

2023-06-14 Thread Chirag
Can you try and run it with undertow? I see test similar to your scenario in undertow. https://github.com/apache/camel/tree/52443a298935b2842a402cb5fff7e37abb938f8b/components/camel-undertow/src/test/java/org/apache/camel/component/undertow ચિરાગ/चिराग/Chirag

Re: HttpMessage.getBody(Map.class) stopped working when migrated from Camel 2 to 3.20.4

2023-06-14 Thread Chirag
expected. undertow created body as Map jetty created body as org.apache.camel.converter.stream.InputStreamCache resulting into error. No serializer found for class org.apache.camel.converter.stream.InputStreamCache ચિરાગ/चिराग/Chirag -- Sent from My Gmail

Re: HttpMessage.getBody(Map.class) stopped working when migrated from Camel 2 to 3.20.4

2023-06-20 Thread Chirag
moved both under one gist https://gist.github.com/chiragsanghavi/02a00f49ac7ee9a978344af571746c02 ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Jun 15, 2023 at 12:06 AM Chirag wrote: > > @fyodor, > > > if you are familiar w

Re: Camel Kafka consumer dynamic topic

2023-10-06 Thread Chirag
Mark, Scenario for service restart will cause any dynamic route from being removed. It would require ReST to be idempotent and return or more complex - persisting routes and reloading them. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Oct 5

using Camel with CloudKarafka

2024-02-29 Thread Chirag
reation: 313ms, elapsed time since send: 313ms, request timeout: 3ms) Does this require any other type of param to read successfully? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account

Re: using Camel with CloudKarafka

2024-03-01 Thread Chirag
/blog/end-of-life-announcement.html > > On Fri, Mar 1, 2024 at 2:20 AM Chirag wrote: > > > Hi, > > > > I am working on a Proof of concept with CloudKarafka (Kafka hosting > > provider) and camel. > > > > I am using camel-jbang 4.4.0 > > > &g

Re: using Camel with CloudKarafka

2024-03-01 Thread Chirag
ps: - log: id: log-1987 message: ${body} ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Fri, Mar 1, 2024 at 12:43 AM Andrea Cosentino wrote: > Hi, > > Have a look at how we implement the Kafka SCRAM source Kame

Re: Svar: How to get headers within Variables returning?

2024-03-17 Thread Chirag
Hello Mikael, In your scenario - are you creating a hashmap of header? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Mar 14, 2024 at 6:38 AM Mikael Andersson Wigander wrote: > > Hi > > Never mind, I found it out. > >

using unary operator

2024-03-17 Thread Chirag
I want to build a counter in a route, Reading https://camel.apache.org/components/4.4.x/languages/simple-language.html [image: image.png] It says that ++ can be used with a function. Can someone help with an example? ચિરાગ/चिराग/Chirag -- Sent from My

Re: using unary operator

2024-03-17 Thread Chirag
Solved it myself: expression: ${variables.counter1}++ ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Sun, Mar 17, 2024 at 10:59 PM Chirag wrote: > I want to build a counter in a route, > > Reading > https://camel.apache.org/comp

Re: Camel Jbang 4.4.1 not available?

2024-03-24 Thread Chirag
g.ProcessImpl.start(ProcessImpl.java:159) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110) ... 17 more ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Fri, Mar 22, 2024 at 2:55 AM Mikael Koskinen wrote: > Thank you for

Re: Camel Jbang 4.4.1 not available?

2024-03-24 Thread Chirag
To add: jbang --fresh -Dcamel.jbang.version=4.4.0 camel@apache/camel run b.java works. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Sun, Mar 24, 2024 at 9:51 PM Chirag wrote: > A question: > > is --camel-version supposed to allow a rou

Re: include external files in Karavan Project

2024-04-15 Thread Chirag
Rohan, Have you tried providing URL? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Apr 8, 2024 at 5:33 AM Rohan Emmanuel wrote: > HI, > when i create Karavan Project containing integration configuration which > uses some Transfor

Re: FileNotFound exception is not thrown while doing SFTP

2016-02-18 Thread Chirag
Hi, I am too trying to catch 'FileNotFoundException' at the time of getting file from FTP server using camel. But in-spite of trying all possible ways, I am not able to catch this exception. Could you please tell me what have you done to catch this exception? Chirag -- View this

Re: camel-jbang maven performance

2025-02-16 Thread Chirag
y in communication with mvn. will try older version of camel-jbang as well as compiling a code directly using mvn to see if similar behavior occurs. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Sun, Feb 16, 2025 at 4:16 AM Claus Ibsen wrote: >

camel-jbang maven performance

2025-02-15 Thread Chirag
--- [ main] e.camel.impl.engine.AbstractCamelContext : Apache Camel 4.10.0 (one) started in 610ms (build:0ms init:0ms start:610ms boot:19s444ms) it took about 19s, of that 18s was spent trying to fetch from local mvn cache. any setting to speed this up? This is on Windows 11. ચિરાગ/चिराग/Chirag

camel-sap

2025-03-21 Thread Chirag
Fuse had a camel-sap component. org.fusesource camel-sap x.x.x this hasn't been part of camel standard or even camel -extras. is there a plan to bring this into apache camel fold? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account

Re: camel-sap

2025-03-24 Thread Chirag
ese can be "sideloaded" on apache camel app. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Mar 24, 2025 at 5:21 AM Federico Mariani < federico.mariani.1...@gmail.com> wrote: > Hello Chirag, > > The SAP license is not c

Re: camel-sap

2025-03-24 Thread Chirag
Thank you for pointing me to this repository. Will explore how we can use this. regards, On Mon, Mar 24, 2025 at 11:45 AM Aurélien Pupier wrote: > Hi Chirag, > > The source code is available here > > https://github.com/jboss-fuse/fuse-components/tree/camel-4.10.2-branch/camel

need a feature in aggregate

2025-03-16 Thread Chirag
Currently, aggregate supports completionSize , completionTimeout etc. Would like to add a compleionBytesize ; say if an endpoint can take a maximum of 10MB, this could be set to aggregate..completionByeSize(10*1024*1024L). Functionally, if aggregation has at least 1 object (message or exchange) an

Re: camel-jbang maven performance

2025-03-07 Thread Chirag
Thank you Grzegorz and Claus. Updated to 4.10.1 and is now much faster. Is improvement just because of caching or also because of not traversing Google bom? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Wed, Feb 19, 2025 at 11:18 PM Tadayoshi Sato

Re: aggregate and getting results

2025-03-30 Thread Chirag
().setHeaders(originalHeaders); }) .log("2 ${headers} ${body}") Is there any other way of doing this ? On Sun, Mar 30, 2025 at 7:38 PM Chirag wrote: > Hello Camel riders > > Here is my sample route. > > from("timer:java?period=1000&qu

aggregate and getting results

2025-03-30 Thread Chirag
Hello Camel riders Here is my sample route. from("timer:java?period=1000") .setProperty("uuid").simple("${exchangeId}") .setBody() .simple("Hello Camel from ${uuid} at ${date:now:-MM-dd HH:mm:ss.SSS}") .setHeader("CamelGooglePubsubAttributes"

Re: Checking For Duplicate Message IDs Using Cassandra Idempotent Repository

2025-04-02 Thread Chirag
is ActiveMQ known to do message duplications? Regards, Chirag On Wed, Apr 2, 2025 at 9:04 AM William Crowell wrote: > Hi, > > I am trying to transfer messages from an ActiveMQ Classic queue to IBM MQ, > and I want to make sure messages are not processed twice. I would like

Assistance required on Mutiple Contexts and Mutiple Routes per Contexts

2013-11-27 Thread Chirag Dewan
am pretty new to Camel,I believe there is something I am missing in the above design. Please excuse my lack of knowledge. Thanks! Chirag

Assistance required on Multiple Contexts and Multiple Routes per contexts Situation

2013-11-27 Thread Chirag Dewan
? I am pretty new to Camel,I believe there is something I am missing in the above design. Please excuse my lack of knowledge. Thanks! Chirag

Re: Assistance required on Mutiple Contexts and Mutiple Routes per Contexts

2013-11-28 Thread Chirag Dewan
Hi All, Any comments on the query? Thanks Chirag Sent from Yahoo Mail on Android

Stream consuming in Camel

2014-01-07 Thread Chirag Dewan
Hi All, I am using Apache Camel 2.12.1. I have a use case where one of my thread is outputting data to a stream. I need a camel consumer which consumes this stream from that thread and produces a file using camel-file or camel-ftp. Looking at the components,I wonder what I can effectively use h

Passing a reference of MyObject to a bean

2014-01-09 Thread Chirag Dewan
yObject } Now I want to pass myObject instance to the bean. But somehow I was not able to do that. Any help is much appreciated. Thanks. Chirag

File Names with appended sequence number in camel-ftp 2.12.1

2014-01-14 Thread Chirag Dewan
  want the files with increasing sequence. Thanks! Chirag Dewan

File Names with appended sequence number in camel-ftp 2.12.1

2014-01-14 Thread Chirag Dewan
  want the files with increasing sequence. Thanks! Chirag Dewan

Re: File Names with appended sequence number in camel-ftp 2.12.1

2014-01-14 Thread Chirag Dewan
Hi Claus, So is there a language expression like date which I can use here or I have to use a processor/bean? Thanks for your help. Sent from Yahoo Mail on Android

Issue while using producer template with FTP for Unit Testing

2014-01-20 Thread Chirag Dewan
there something else I need to do to achieve this. Thanks Chirag Dewan

Custom PollingConsumerPollingStrategy Query

2014-01-27 Thread Chirag Dewan
exception and thus stop polling and ? Do I have to create Consumer template here? And if I do that how can I just poll the FTP server without polling and downloading a file,since my endpoint deletes the file. Thanks Chirag Dewan

autoCreate and startingDirectoryMustExist on FTP Consumer

2014-02-01 Thread Chirag Dewan
Hi All, Does FTP Consumer support autoCreate and startingDirectoryMustExist options?  I was expecting FTP consumer to throw an exception if starting directory does not exist(autoCreate=false and startingDirectoryMustExist=true)  just like File Consumer. Thanks Chirag Dewan

Large Number of threads getting spawned in File Producer

2014-02-04 Thread Chirag Dewan
mber of threads? Or why are all the threads are in a TIME_WAIT state? Any help is highly appreciated. Thanks!   Chirag

Re: Large Number of threads getting spawned in File Producer

2014-02-04 Thread Chirag Dewan
Hi All, Any views on this? BR, Chirag

Re: Large Number of threads getting spawned in File Producer

2014-02-05 Thread Chirag Dewan
h gives an impression that its the File Producer threads that are continously growing in number. I will quickly run a simple test from ftp -> file without any processing and post the results here. Thanks a lot! Chirag    From: Claus Ibsen To: "user

Re: Large Number of threads getting spawned in File Producer

2014-02-05 Thread Chirag Dewan
Hi Richard, Its not the FTP Consumer threads. I can see in my Profiler,a single threaded FTP Consumer. Its the File Producer which has an increasing number of threads. Can I somehow configure a thread pool for the File Producer? Thanks a lot! Chirag From

OOM issue due to MemoryIdempotentRepository

2014-02-12 Thread Chirag Dewan
ory used,even if I am deleting the files and not storing in memory? Is there a way I can avoid that? I am testing this scenario under Storm as execution environment and with 2GB max heap space. Thanks in advance Chirag Dewan

Re: OOM issue due to MemoryIdempotentRepository

2014-02-12 Thread Chirag Dewan
  >org.apache.camel.com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap I maybe doing something wrong here. Is there anything else I need to do to make sure that file is deleted after it has been processed and not stored in the cache? Thanks. Chirag De

Re: OOM issue due to MemoryIdempotentRepository

2014-02-12 Thread Chirag Dewan
Hi, And I am using readLock=changed. So that can be a reason too? Chirag Dewan From: Chirag Dewan To: "users@camel.apache.org" Sent: Wednesday, 12 February 2014 6:07 PM Subject: Re: OOM issue due to MemoryIdempotentRepository Hi Claus, Than

Re: OOM issue due to MemoryIdempotentRepository

2014-02-14 Thread Chirag Dewan
inProgressRepository? And when is it cleared from the memory? Any help is much appreciated. Thanks! Chirag Dewan From: Chirag Dewan To: "users@camel.apache.org" ; Chirag Dewan Sent: Wednesday, 12 February 2014 6:31 PM Subject: Re: OOM is

Re: OOM issue due to MemoryIdempotentRepository

2014-02-16 Thread Chirag Dewan
. Is there something I am missing here? Thanks in advance. Chirag Dewan From: Chirag Dewan To: "users@camel.apache.org" ; Chirag Dewan Sent: Friday, 14 February 2014 3:22 PM Subject: Re: OOM issue due to MemoryIdempotentRepository Hi All, I

Re: OOM issue due to MemoryIdempotentRepository

2014-02-16 Thread Chirag Dewan
. Chirag From: Claus Ibsen To: "users@camel.apache.org" Sent: Monday, 17 February 2014 12:33 PM Subject: Re: OOM issue due to MemoryIdempotentRepository Hi You should likely reuse the consumer template instead. As this FAQ applies to i

  1   2   >