-Ursprüngliche Nachricht-
Von: Penagos Jaime
Gesendet: Donnerstag, 2. März 2023 08:59
An: users@camel.apache.org
Betreff: AW: ConsumerTemplate waiting indefinitely for Response
Hello,
I tried using that one, but it would not return the body of the file, just an
empty string. Maybe
; An: users@camel.apache.org
> Betreff: Re: ConsumerTemplate waiting indefinitely for Response
>
> Hi
>
> See the options about using a timeout value to not wait for a long time
> https://camel.apache.org/manual/consumertemplate.html#_receive_modes
>
>
>
> On Thu, Mar 2, 2
. März 2023 08:47
An: users@camel.apache.org
Betreff: Re: ConsumerTemplate waiting indefinitely for Response
Hi
See the options about using a timeout value to not wait for a long time
https://camel.apache.org/manual/consumertemplate.html#_receive_modes
On Thu, Mar 2, 2023 at 8:04 AM Penagos Jaime
Hi
See the options about using a timeout value to not wait for a long time
https://camel.apache.org/manual/consumertemplate.html#_receive_modes
On Thu, Mar 2, 2023 at 8:04 AM Penagos Jaime <
jaime.pena...@ub.uni-muenchen.de> wrote:
> Hello everyone,
>
> I am working right now with some REST Ro
Hello everyone,
I am working right now with some REST Routes in Camel, and one of those routes
is supposed to read a file on a specific folder and return the result. The name
of the file is given on the URI (i.e. GET /file/{name}). It seems to work fine,
although when I send the same request to