You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/10/18 18:03:07 UTC

[GitHub] [activemq] DrMattFaulkner commented on pull request #477: [AMQ-7131] Add connectionTimeout to avoid starvation

DrMattFaulkner commented on pull request #477:
URL: https://github.com/apache/activemq/pull/477#issuecomment-946026723


   Apologies for digging up an old thread, but i'm a little confused as to how the connection pooling works within the ActiveMQ pool. If the connection pool borrowObject timesout we will be stuck in the while loop until there is a free connect to borrow from the pool no? 
   
   i.e., 
   
   `connection = connectionsPool.borrowObject(key);`
   
   Throws a _Timeout waiting for idle object_ then we will never exit 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org