Re: sharing exchange properties in mutlicast route

2022-02-25 Thread Rohan Emmanuel
Thank you Claus so much for your quick reply.Much appreciated. On Fri, 25 Feb 2022, 7:57 pm Claus Ibsen, wrote: > Hi > > That is not possible as the design when using multicast is that the > exchange are independent. > If you need to share some data then use an external shared bean you > can

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

Re: camel-jetty and access log

2022-02-25 Thread Claus Ibsen
Hi I would look at the Jetty docs to see what logging they have and see how to setup that on Jetty. Then we can see how to do this in camel-jetty afterwards. On Fri, Feb 25, 2022 at 2:14 PM Daniel Johansson wrote: > > Hi > > We use camel version 2.23.2 and spring-boot version 2.3.12. > > We

Re: sharing exchange properties in mutlicast route

2022-02-25 Thread Claus Ibsen
Hi That is not possible as the design when using multicast is that the exchange are independent. If you need to share some data then use an external shared bean you can access from the multicased sub routes. On Fri, Feb 25, 2022 at 1:26 PM Rohan Emmanuel wrote: > > Hi , > I am using

camel-jetty and access log

2022-02-25 Thread Daniel Johansson
Hi We use camel version 2.23.2 and spring-boot version 2.3.12. We can log get access logs for Spring Boot Web Server according to: https://docs.spring.io/spring-boot/docs/2.3.x/reference/html/howto.html#howto-configure-accesslogs

sharing exchange properties in mutlicast route

2022-02-25 Thread Rohan Emmanuel
Hi , I am using multicast in my route like mentioned below. i am setting a property in one of these routes with id route2, which i want to access in the multicast route1. i see that the exchange property is null in the route1. can you please let me know how can i achieve this?

Re: EXT:Re: A change in the website search - looking for feedback

2022-02-25 Thread Zoran Regvart
Hi Frank, On Fri, Feb 25, 2022 at 8:57 AM Zinner, Frank Uwe Alfred wrote: > > Hi I tried searching the documentation of components and got an error page. > > URI: https://pr-724--camel.netlify.app/components/latest/ > > Error-Page Content: > > "This file exists solely to defeat the limitations

Re: A change in the website search - looking for feedback

2022-02-25 Thread Zoran Regvart
Hi Claus, On Thu, Feb 24, 2022 at 7:10 PM Claus Ibsen wrote: > One feedback that I think we may consider is that Camel users would > usually use a runtime such as Spring Boot, Quarkus or Camel K etc and > then prefer if the search would be aware of this > and filter the search to be only about