Re: How does Apache Camel (un)marshal with 'gzipDeflater' work?

2024-02-06 Thread Claus Ibsen
Hi The doc is outdated, you need to have camel-zip-deflater JAR On Tue, Feb 6, 2024 at 3:57 PM Quirin Ertl wrote: > In this code snippet I want to unzip a gzip body using Camel. According to > the Camel documentation, no other dependencies are needed apart from > camel-core. > > Link: > https:/

Re: Camel 4.3.0 and OpenTelemetry - nothing happens

2024-02-06 Thread David Ecker
OK, after retrying the example and creating everything from scratch - it works now. Was a layer 8 problem. Thanks, David On 2/6/24 16:10, David Ecker wrote: Hi, yes, that's exactly where I got the FlightBook example from. bye David On 2/6/24 16:05, Federico Mariani wrote: Hi, did you che

Re: Camel 4.3.0 and OpenTelemetry - nothing happens

2024-02-06 Thread David Ecker
Hi, yes, that's exactly where I got the FlightBook example from. bye David On 2/6/24 16:05, Federico Mariani wrote: Hi, did you check this example ? Il giorno mar 6 feb 2024 alle ore 16:02 David Ecker ha scritto:

Re: Camel 4.3.0 and OpenTelemetry - nothing happens

2024-02-06 Thread Federico Mariani
Hi, did you check this example ? Il giorno mar 6 feb 2024 alle ore 16:02 David Ecker ha scritto: > Hi, > > I tried several combinations in a small mock project, but no otel trace > is being sent anywhere. Does anybody

Camel 4.3.0 and OpenTelemetry - nothing happens

2024-02-06 Thread David Ecker
Hi, I tried several combinations in a small mock project, but no otel trace is being sent anywhere. Does anybody know what I am doing wrong?!? I am somehow at loss here. Could somebody help me, please. -- pom.xml --- org.apache.camel.springboot camel-opentelemetry-starter 4.3.0 -- app

Re: How does Apache Camel (un)marshal with 'gzipDeflater' work?

2024-02-06 Thread Andrea Cosentino
I guess it's an error in documentation. Il mar 6 feb 2024, 15:57 Quirin Ertl ha scritto: > In this code snippet I want to unzip a gzip body using Camel. According to > the Camel documentation, no other dependencies are needed apart from > camel-core. > > Link: > https://camel.apache.org/componen

How does Apache Camel (un)marshal with 'gzipDeflater' work?

2024-02-06 Thread Quirin Ertl
In this code snippet I want to unzip a gzip body using Camel. According to the Camel documentation, no other dependencies are needed apart from camel-core. Link: https://camel.apache.org/components/4.0.x/dataformats/gzipDeflater-dataformat.html#_dependencies public static void main(final S

Re: FTP not streaming to JMS

2024-02-06 Thread Claus Ibsen
Hi btw there are some streaming and artemis options in camel-jms if you have not seen that. On Mon, Feb 5, 2024 at 12:19 PM Claus Ibsen wrote: > Hi > > If you use the Red Hat Camel / Messaging product then you can contact that > vendor to get support. > > > On Mon, Feb 5, 2024 at 11:52 AM Micha