Hi Again
In fact, I'm extremely frustrated now. So excuse me if I sound a little
rude at this point. Actually I'm not like that. But not much remains of the
promising approach with Camel and Apache Karaf... similar to our first
approach with Quarkus.
So far I've only encountered obstacles trying
The Camel community announces the immediate availability of Apache Camel K
1.10.0. You can find more information in the release notes[1].
The artifacts are published and ready for you to download either from the
Apache mirrors or from the Github repository [1].
Many thanks to all who made this
Hi,
Regarding camel-cdi, it has been deprecated in 2.x and removed in 3.x AFAIK now
you are supposed to use camel-blueprint instead.
Regarding camel-mongodb, it has been removed in 3.16.0 because we met some
problems when upgrading the version of the driver, if really needed please
create a Jir
Hello Support team,
We are using camel netty http component in order to connect to REST API.
Artifact : camel-netty-http version : 2.18.3
App server: Web sphere
We are not able to send SNI/server name to server in client hello, which is
required in our case so that server can send back appropri
Hi
You can try setting asyncConsumer=true on JMS endpoint which allows it to
consume messages out-of-order. See the docs for more details.
On Sun, Sep 4, 2022 at 4:55 PM Sydney Henrard
wrote:
> Hello,
>
> The unit test is using the latest version 3.18.1.
>
> I did not really get your point on
Hello,
We are currently migrating a microservice that contains a route that is using
aggregation with persistence (LevelDB) from VMs to Kubernetes.
We want to be able to deploy the micro service as a Kubernetes Deployment.
That's why we switched to ClusteredJdbcAggregationRepository so this way
Hi
Camel 2 is EOL and not actively supported.
You very likely need to dive into this yourself and try to find a solution.
If you have a chance to try latest Camel v3 and see if it works there or
not, and report back, then there is a chance you can get help and
we can make it work on latest Camel
Hi Claus,
I tested Camel 3.18.0 with Quarkus 2.11.0. The result is the same: I got the
mail message but no attachment.
Regards,
Jane
-Original Message-
From: Claus Ibsen
Sent: Friday, September 2, 2022 1:51 PM
To: users@camel.apache.org
Subject: Re: Poll enrich with mail component wil
Thank you for clarification.
Documentation about Camel Blueprint always reads only as an XML version of
the Java DSL, which I don't particularly like. Maybe this is not entirely
correct, but all blueprint documentation is about camel routes as XML,
nothing about annotation based CDI (@Service + @