franz1981 edited a comment on pull request #45:
URL: https://github.com/apache/qpid-jms/pull/45#issuecomment-953996810


   @tabish121 
   I would let the pool to "live" in the JmsConnectionFactory too, but it still 
mean (with failover config) that you can have 2 separate nio and kqueue (or nio 
and epoll) configurations for each of the failover connection urls: in this 
case I can store in the pool a map of shared event loops per configured 
connection type (nio, epoll, kqueue) and number of shared event loop threads 
pair. 
   This would allow each session to be able to "use" the right shared event 
loop (or no shared event loop too)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to