-
Not sure if it's feasible since Camel already has `SSLContextParameters` etc. But might be worth investigating if it can be used to improve the general UX for TLS setup.
https://quarkus.io/guides/t…
-
Background: I am a python developer & have never done Java.
**Camel Salesforce Source Connector**: v3.20.6 ( I have tried 3.21.0 & 4.0.0 and I'm facing the same issue)
**Kafka**: v3.6.1
#### Is…
-
We've had issues with connection leaks using the default routing-jms activemq connection management (not actually sure what the defaults are; whether connection pooling is used at all, or whether the …
-
```
Running io.rhiot.cloudplatform.camel.openalpr.OpenalprProducerIntegrationTest
21:22:36.026 [main] INFO i.r.c.c.o.OpenalprProducerIntegrationTest - ************************************************…
-
I'm using Apache Camel with MQTT to fetch data from a Mosquitto broker. Data are published there at high
frequency (< 10s) by serveral devices. After receiving the data, I send an acknowlege message b…
-
Hi,
I've been thinking of adding an example of Kafka Connect Component for Strimzi and I see that there is already a doc created here: https://github.com/apache/camel-kafka-connector/blob/master/do…
-
Thank you for the library.
I am trying to produce a message to RabbitMQ with Camel on Spring Boot. The destination endpoint I am trying to use is
```
spring-amqp:myExchange:myQueue:myRoutingKey
`…
-
Camel 3.x feature name='xml-specs-api' contains 2 incompatible bundles:
` mvn:org.codehaus.woodstox/stax2-api/${stax2-api-bundle-version}`
` mvn:org.codehaus.woodstox/woodstox-core-asl/${wood…
-
Hi @ctron , Thanks for the tutorials in kura,
I am trying to run camel-example-2 but getting following error while uploading as a package.
I simply created the dp file and uploaded to kura. However…
-
I'm doing a basic "twitter mention to salesforce contact record" demo on minishift (but the same happens on ignite cloud), mapping name to firstname and lastname (separate) and text to description.
…