Re: HTTPS with Karaf 4.2.9 and underpinning undertow web server

2020-09-03 Thread Gerald Kallas
Thanks Grzegorz. Yes, I did found the same in between and changed the undertow.xml. Finally it works and undertow pax web seems a bit more flexible than jetty. Would it be a further part of Pax Web 8 and Karaf as well? Best - Gerald > Grzegorz Grzybek hat am 03.09.2020 08:29 geschrieben: > >

Re: [ANNOUNCEMENT] Migration Tool Camel 2 --> Camel 3

2020-09-03 Thread Claus Ibsen
Hi John Thanks for sharing this. Its great to see other kind of tooling for Apache Camel. Great and detailed blog post. And good to hear there will be added more rules for the upcoming Camel 3.x releases. I added a link to your blog from the tooling section at https://camel.apache.org/community/a

Re: HTTPS with Karaf 4.2.9 and underpinning undertow web server

2020-09-03 Thread Grzegorz Grzybek
Hello czw., 3 wrz 2020 o 09:10 Gerald Kallas napisaƂ(a): > Thanks Grzegorz. > > Yes, I did found the same in between and changed the undertow.xml. Finally > it works and undertow pax web seems a bit more flexible than jetty. Would > it be a further part of Pax Web 8 and Karaf as well? > Pax Web

Query regarding Camel EHCACHE BASED IDEMPOTENT REPOSITORY

2020-09-03 Thread Pooja V R
Hi Team, I have a requirement where I need to read the messages from a queue filter out the duplicates and send to out queue. For filtering out the duplicates based on MessageId I'm using Ehcache based Idempotent repository . It is working fine as long as the camel application is up. When camel go