Re: Custom component : route not completing on second call

2022-10-03 Thread Stefan Kok
I have made changes to my code and can now see that the second call to the route results in a time out: 03-10-2022 14:16:46.742 DEBUG [reactor-http-epoll-2] com.experflow.service.OcepService.lambda$changeAgentState$2(OcepService .java:98) - Exception Message: org.apache.camel.ExchangeTimedOutExcep

Re: Custom component : route not completing on second call

2022-09-29 Thread Stefan Kok
A copy of the project is available at https://github.com/koksj/ws-connector On Wed, 2022-09-28 at 12:46 -0300, Claudio Miranda wrote: > On Tue, Sep 27, 2022 at 3:45 AM Stefan Kok > wrote: > > > > I have listed snippets of the relevant code below.  At present, the > > first call to the code wi

Re: Custom component : route not completing on second call

2022-09-29 Thread Stefan Kok
Hi Claudio Thank you for your response. I can share just need to remove some sensitive words. I will post the code to my GitHub account and post the link here. Stefan On Wed, 2022-09-28 at 12:46 -0300, Claudio Miranda wrote: > On Tue, Sep 27, 2022 at 3:45 AM Stefan Kok > wrote: > > > > I have

Re: Custom component : route not completing on second call

2022-09-28 Thread Claudio Miranda
On Tue, Sep 27, 2022 at 3:45 AM Stefan Kok wrote: > > I have listed snippets of the relevant code below. At present, the > first call to the code will return the correct result. However, on Would it be possible to share this code as a project to build and run ? This way, more people feel easie

Custom component : route not completing on second call

2022-09-26 Thread Stefan Kok
Hi I have created a custom camel compent. Problem: I have listed snippets of the relevant code below. At present, the first call to the code will return the correct result. However, on the second call it seems the Route is not returning i.e the out message is never sent. Despite the asyncC