Subject: RE: ProducerTemplate is waiting on something
Thanks Claus! There is DefaultAsyncProcessAwaitManager and it has
getThreadsBlocked() operation, but it returns 0. There is also
DegfaultInflightRepository with browse() operation, but I can’t get anything
because InflightBrowseEnabled (this
From: Claus Ibsen mailto:claus.ib...@gmail.com>>
> Sent: Thursday, May 4, 2023 4:05 AM
> To: users@camel.apache.org<mailto:users@camel.apache.org>
> Subject: Re: ProducerTemplate is waiting on something
>
> Hi That indicates that a camel component is waiting for a r
users@camel.apache.org
> Subject: Re: ProducerTemplate is waiting on something
>
> Hi That indicates that a camel component is waiting for a reply that is
> taking a very long time, or not happening, or a timeout is not being
> triggered. You can use JMX and look
From: Claus Ibsen
Sent: Thursday, May 4, 2023 4:05 AM
To: users@camel.apache.org
Subject: Re: ProducerTemplate is waiting on something
Hi That indicates that a camel component is waiting for a reply that is taking
a very long time, or not happening, or a timeout is not being triggered. You
can
Hi
That indicates that a camel component is waiting for a reply that is taking
a very long time,
or not happening, or a timeout is not being triggered.
You can use JMX and look in blocked exchanges to see a list and where they
are in the route, and unblock them also.
hawtio also have a page to sh