RE: ProducerTemplate is waiting on something

2023-05-04 Thread Shultz, Dmitry
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

RE: ProducerTemplate is waiting on something

2023-05-04 Thread Shultz, Dmitry
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

Re: ProducerTemplate is waiting on something

2023-05-04 Thread Claus Ibsen
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

RE: ProducerTemplate is waiting on something

2023-05-04 Thread Shultz, Dmitry
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

Re: ProducerTemplate is waiting on something

2023-05-04 Thread Claus Ibsen
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