replacement for direct-vm component

2023-11-07 Thread Arthur Naseef
As posted on the ASF slack camel channel: Hey guys - what is the camel 4 replacement for direct-vm? Looking around, I just see "deprecated" and no indication what alternative is expected to be used. Even comments in the related Jira ticket are quiet on it: https://issues.apache.org/jira/browse/C

Re: replacement for direct-vm component

2023-11-07 Thread Arthur Naseef
e are running in separate > JVM's) then you require something like ActiveMQ or RabbitMQ as an > intermediary broker. > > Raymond > > On Tue, Nov 7, 2023 at 6:37 PM Arthur Naseef wrote: > > > As posted on the ASF slack camel channel: > > > > Hey guys -

Re: replacement for direct-vm component

2023-11-07 Thread Arthur Naseef
know what happens when you run multiple “applications” in one > JVM, but in Camel 3.21 + or Camel 4 the route in those applications cannot > interact with each other directly. > > Raymond > > > > > > > On Tue, Nov 7, 2023 at 7:58 PM Arthur Naseef wrote: >

Charset being used to set Content-Encoding field since camel v4

2024-02-16 Thread Arthur Naseef
Looking into an integration that was updated from camel v2 to v4, and having problems with outbound "http" component requests being rejected downstream due to an invalid *Content-Encoding* field. The request is including the following header: *Content-Encoding: us-ascii* Based on research, this

Re: Charset being used to set Content-Encoding field since camel v4

2024-02-20 Thread Arthur Naseef
Here is a reproducer using the maven archetype: https://github.com/artnaseef/camel-invalid-content-encoding Art On Fri, Feb 16, 2024 at 3:12 PM Arthur Naseef wrote: > > Looking into an integration that was updated from camel v2 to v4, and having > problems with outbound "h

Re: Charset being used to set Content-Encoding field since camel v4

2024-05-21 Thread Arthur Naseef
ing/commit/f5514bf93de461e39ef897d889be21bc76fa5000 > > > On Fri, Feb 23, 2024 at 10:44 AM Otavio Rodolfo Piske > wrote: > > > Thanks Arthur, I'll take a look next week. > > > > Kind regards > > > > On Tue, Feb 20, 2024 at 10:23 PM Arthur Naseef