@pasqualre congiusti: I came across this discussion thread and wanted to
confirm if it's still possible to achieve this.
@claus: Thanks for the reply. I tried that approach, but it didn't work for
me. I am on Camel 4.4.0. I get an error saying the Kamelot is not found,
but I am able to invoke the
Errata link:
https://lists.apache.org/thread/22bzj6ghxhjdffgv06zz2pcg9htz99mo
On Tue, Dec 3, 2024 at 5:07 PM Pasquale Congiusti <
pasquale.congiu...@gmail.com> wrote:
> Hello,
> this question pops up from time to time [1]. I recall that was something
> not doable in the previous versions of Camel
Hello,
this question pops up from time to time [1]. I recall that was something
not doable in the previous versions of Camel. However, I don't know if this
is no longer the case or which would be the mechanisms required to
introduce such a recursiveness. Definitely it is good to know if this is
som
Hi
Its just like another component. You can pass parameters via uri etc
to("kamelet:second?foo=blah&cid=1234")
On Tue, Dec 3, 2024 at 4:26 PM Rohan Emmanuel
wrote:
> hi,
> is it possible to call another kamelet from a kamelet?
> i was looking to invoke my custom kamelet from my another kame
hi,
is it possible to call another kamelet from a kamelet?
i was looking to invoke my custom kamelet from my another kamelet. is this
supported? how to pass properties from one kamelet to another?
can anyone point me to the docs/examples?
any help would be appreciated.
--
Regards,
Rohan Emmanuel
for camel-spring-boot there is a working example
Go through ssl-camel-server of
https://github.com/apache/camel-spring-boot-examples/tree/main/http-ssl
example
Em seg., 2 de dez. de 2024 às 19:36, escreveu:
>
> Hello,
> I'm new to Apache Camel and I have trouble exposing an HTTPS endpoint while
Thanks everyone and especially to Claus!
I spent a lot of time reading the documentation but I missed Main. Finally,
I managed to do it by adjusting the application.properties:
camel.ssl.enabled=true
camel.ssl.certAlias=alias
camel.ssl.keyStore=classpath:keystore/mydomain.com.p12
camel.ssl.keyStor
If it helps, in Quarkus runtime this is pretty straightforward as it's
achieved via 2 camel properties:
quarkus.http.ssl.certificate.files=/etc/ssl/my-self-signed-ssl/server.crt
quarkus.http.ssl.certificate.key-files=/etc/ssl/my-self-signed-ssl/server.key
Then using the component normally exposes
Hi
You can configure SSL on camel-main in java or application.properties etc.
https://camel.apache.org/components/4.8.x/others/main.html#_camel_embedded_http_server_only_for_standalone_not_spring_boot_or_quarkus_configurations
this will then be used by camel-platform-http-main.
However what you