HeaderFilterStrategy

2021-12-06 Thread Rafael Sainz
Hello, I need to modify HttpHeaderfilterStrategy by removing field date filter because I use it as header in my camel route. [cid:image001.png@01D7EB36.EAB104F0] So, I have initiate a bean to return a new filter strategy... @Configuration public class AppConfig{ @Bean

netty requestTimeout issue still present

2021-12-06 Thread Shuker, Carl
Hello team I have trawled through what I could and this Jira appears to be related: https://issues.apache.org/jira/browse/CAMEL-15195 When using the netty producer configuration option requestTimeout, with the latest 3.13.0 version, we are seeing disconnections occur after successful

Re: BLOCKING: https://camel.apache.org/schema/blueprint/cxf is down

2021-12-06 Thread Andrea Cosentino
Thanks for the investigation Zoran. It worths to have a look at our dependencies related to blueprint and aries. Cheers! Il giorno lun 6 dic 2021 alle ore 20:39 Zoran Regvart ha scritto: > Hi Andrea, Cameleers, > I think this might be caused by a change in the way websites are > served at

Re: BLOCKING: https://camel.apache.org/schema/blueprint/cxf is down

2021-12-06 Thread Zoran Regvart
Hi Andrea, Cameleers, I think this might be caused by a change in the way websites are served at ASF: in that all websites now redirect from `http` to `https`. Notice of this change was sent on the us...@infra.apache.org mailing list[1] in October. Someone on the Zulip chat[2] just mentioned a

Re: Explain camel processing metrics

2021-12-06 Thread Roberto Camelk
context and route ok! But, where are the "processor" metrics type? On Mon, Dec 6, 2021 at 1:39 PM Claus Ibsen wrote: > > There are 3 levels: > > context = overall in entire camel application (eg all routes) > route = for this route only > processor = individual step in a route > > > > On Mon,

Re: RabbitMQ set replyTo queue

2021-12-06 Thread V User
Hi Claus, It looks like the spring-rabbitmq feature is set up to use the RabbitMQ "direct reply-to" paradigm ( https://camel.apache.org/components/3.13.x/spring-rabbitmq-component.html#_request_reply), which is not how the target application is implemented (i.e. it is not reading from the

Re: Explain camel processing metrics

2021-12-06 Thread Claus Ibsen
There are 3 levels: context = overall in entire camel application (eg all routes) route = for this route only processor = individual step in a route On Mon, Dec 6, 2021 at 3:28 PM Roberto Camelk wrote: > > This are the list of all camel-k metrics exposed via > quakus-microprofile-metrics

Explain camel processing metrics

2021-12-06 Thread Roberto Camelk
This are the list of all camel-k metrics exposed via quakus-microprofile-metrics component: application_camel_context_exchanges_completed_total{camelContext="camel-1"} 1066.0 application_camel_context_exchanges_failed_total{camelContext="camel-1"} 0.0

Re: BLOCKING: https://camel.apache.org/schema/blueprint/cxf is down

2021-12-06 Thread Zoran Regvart
Hi Andrea, it seems that files from within `/schema/blueprint/cxf` were removed in 2015, I've restored them now[1] and when the website build[2] finishes in 30-40 minutes. They should be available. I don't know if this will fix the issue you're seeing, you did not provide enough details for me to