Re: Micrometer/Prometheus Metric Count

2020-01-20 Thread Omar Al-Safi
Hi Steve, in regards to the JIRA issue you added here, it looks like these metrics are for MicroProfile component ( https://camel.apache.org/components/latest/microprofile-metrics-component.html), perhaps you can try with microprofile component instead? Regards, Omar On Sat, Jan 18, 2020 at 12:1

RE: [EXTERNAL] Re: query timeout not working in JDBC or SQL component

2020-01-20 Thread Gv, Shivakumar
Hi , queryTimeout is set on the statement correctly. It worked for me on SQL , Terradata , Oracle DB except for DB2 data base .As you mentioned the DB2 jdbc driver might not be recognizing this setting. [TRACE]: org.apache.camel.util.IntrospectionSupport - Configured property: queryTimeout

Proposal : camel-rabbitmq : RabbitMQProducer to override EXCHANGE_NAME/ROUTING_KEY headers if bridgeEndpoint

2020-01-20 Thread Jonathan Schoreels
Hi, Currently, the camel-rabbitmq endpoints, if set as "bridgeEndpoint", ignores the following exchange's headers : EXCHANGE_NAME & ROUTING_KEY, but it keeps the previous headers setted, which leak information about the origin of the event. For example, if my message comes from Exchange A, I trans

Camel 3.0.0 HTTP Basic auth parameters

2020-01-20 Thread Gerald Kallas - mailbox.org
Dear community, I'm trying to setup the HTTP Basic auth with authMethod, authUsername and authPassword options and getting an HTTP 401 error. When I'm going to Base64 encode the auth information within the "Authorization" header it works. Any help is appreciated. Best - Gerald