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

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

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

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

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

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

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

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: 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. > >

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 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: 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: 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: 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-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-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: 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: 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: 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: 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: 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-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 &

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

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

2022-01-17 Thread Chirag Sanghavi
passing registry. -- Original Message -- From: "Claus Ibsen" To: users@camel.apache.org Sent: 1/17/2022 4:38:12 AM Subject: Re: Using camel-main, xml route, referencing a java class as processor What camel version do you use On Mon, Jan 17, 2022 at 9:27 AM Chirag wrote:

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

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

Issue with special characters in file for Camel HDFS

2014-09-12 Thread Chirag Dewan
ull). Now,only solution I can think of is by only encoding the file name,keeping the rest of the path as is. For example : hdfs://ip:port/abc%7D123.txt Does anyone else faced a similar issue? Is it a bug in HDFS for files with special characters? Any better solution for this? Thanks! Chirag

Re: Uncaught CamelRuntimeException in HDFS

2014-09-01 Thread Chirag Dewan
Hi Claus, I am using camel-hdfs. I added this to my route : onException( RuntimeCamelException.class ).markRollbackOnly().handled( true ).stop(); Now my process does not die but the file is deleted from the source anyhow. Thanks! Chirag From: Claus Ibsen

Uncaught CamelRuntimeException in HDFS

2014-08-31 Thread Chirag Dewan
exception and make sure that the file on FTP server is not deleted(route completion is not invoked). I think I can catch the exception by onException(CamelRuntimeException) in my route. But what should I do afterwards that the worker doesnt die? Thanks! Chirag

Re: Cached temp files not deleted when StreamCaching is enabled

2014-08-06 Thread Chirag Dewan
something else? On Wed, Aug 6, 2014 at 12:47 PM, Chirag Dewan wrote: > Hi Claus, > > I have stopped my application,thus stopping CamelContext. But still I can see > the Spool directory. > > > Dont know if I am doing something wrong. Can this be a permissions issue? > Wou

Re: Cached temp files not deleted when StreamCaching is enabled

2014-08-06 Thread Chirag Dewan
Hi Claus, I have stopped my application,thus stopping CamelContext. But still I can see the Spool directory. Dont know if I am doing something wrong. Can this be a permissions issue? Would it help if I configure my Spool diectory to somewhere other than tmp ? Thanks! Chirag

Re: Cached temp files not deleted when StreamCaching is enabled

2014-08-06 Thread Chirag Dewan
cached diectory is now generated inside temp with the pattern camel-tmp-#uuid,earlier it was created in root with tmpcamel-temp-#uuid which might be due to missing file separator. But this directory is not deleted,which is desired. Thanks! Chirag From: Claus

Cached temp files not deleted when StreamCaching is enabled

2014-07-30 Thread Chirag Dewan
f files are picked from FTP server. I did ran through a couple of earlier mails and JIRA as well regarding the same issue. Is this thing fixed? I am using Camel 2.12.0 Thanks! Chirag

Re: Using Stream Caching with FTP Consumer

2014-07-28 Thread Chirag Dewan
Thanks Claus. The header are also available for FTP Consumer. I am under a impression that they are applicable only for File Consumer. Thanks! Chirag From: Claus Ibsen To: "users@camel.apache.org" Sent: Monday, 28 July 2014 2:05 PM Subject:

Using Stream Caching with FTP Consumer

2014-07-28 Thread Chirag Dewan
body. Now I have enabled Stream Caching on this route and the body is a cached object rather than a GenericFile. Is there any way I can get the file meta data like file size,timestamp etc without referring to the body? I am using Camel 2.12.1. Thanks! Chirag

Re: A basic query with using Direct Component

2014-06-19 Thread Chirag Dewan
try and use an empty string suffix for the consumer route so that it does not ignore files. Thanks for the assistance. Chirag From: Claus Ibsen To: "users@camel.apache.org" Sent: Thursday, 19 June 2014 12:16 PM Subject: Re: A basic query with us

Re: How to transfer folder to another ftp server.

2014-06-19 Thread Chirag Dewan
Hi, You want the exact same folder structure to be created on the destination server? If not,you can use recursive property of File component. It will poll the files in sub folders too. Chirag From: skasish To: users@camel.apache.org Sent: Thursday, 19

Re: A basic query with using Direct Component

2014-06-18 Thread Chirag Dewan
Hi Claus, Thanks for response. I am using Camel 2.12.1 with camel-hdfs 2. Yes,that is the problem. Write operation fails and .opened file is still there on HDFS. Is there any option through which I can skip creating .opened file? Chirag From

A basic query with using Direct Component

2014-06-18 Thread Chirag Dewan
by a HDFS consumer who fail to poll the .opened file. BR, Chirag

FTPConsumer with streamdownload=true not able to produce file

2014-06-09 Thread Chirag Dewan
that the consumer thread is running,but there is an InvalidPayloadException in File Producer. Now,do I need to use stream caching? I do not re-read the stream in this route. My onException route only logs the exception. Thanks Chirag

Re: pollEnrich all the files in a directory

2014-05-04 Thread Chirag Dewan
Hi Claus, Thanks for the quick reply. I have to consume all the files upon a command,and then stop the route from continuously polling the files untill the next command comes. So,can I also stop the control bus once all my files are consumed? Maybe from within the route? BR, Chirag Dewan

pollEnrich all the files in a directory

2014-05-04 Thread Chirag Dewan
eateProducerTemplate().sendBody("seda:abc",null/""); BR, Chirag Dewan

Re: Error handler to both logger and dead letter queue?

2014-03-27 Thread Chirag Dewan
Hi, You can try the log component. http://camel.apache.org/log.html BR, Chirag From: Rural Hunter To: users@camel.apache.org Sent: Wednesday, 26 March 2014 7:20 AM Subject: Error handler to both logger and dead letter queue? Hi, I configured the

Re: OOM issue due to MemoryIdempotentRepository

2014-02-21 Thread Chirag Dewan
Java file reading here. Thanks a lot for you help. Chirag Dewan From: Chirag Dewan To: "users@camel.apache.org" Sent: Thursday, 20 February 2014 4:06 PM Subject: Re: OOM issue due to MemoryIdempotentRepository Hi, After setting the max cache fo

Re: OOM issue due to MemoryIdempotentRepository

2014-02-20 Thread Chirag Dewan
created. Is there a better way of doing this?  And also the memory consumed by MemoryIdempotentRepository,could this be the reason for that? Thanks Chirag From: Claus Ibsen To: "users@camel.apache.org" Sent: Thursday, 20 February 2014 3:46

Re: OOM issue due to MemoryIdempotentRepository

2014-02-20 Thread Chirag Dewan
And when I call template.stop(),all the threads are destroyed. From: Chirag Dewan To: "users@camel.apache.org" Sent: Thursday, 20 February 2014 3:23 PM Subject: Re: OOM issue due to MemoryIdempotentRepository Hi Claus, Sorry for the late reply

  1   2   >