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


   @gemmellr 
   
   I've pushed a change that allow using a single connection executor to handle 
all the sessions completions, although the processing algorithm has been 
changed to prevent starvation of completion tasks belonging to different 
sessions (assuming no blocking user code ;) )
   
   I need to add tests if the idea seems good, let me know
   
   > For the factory extension bits follow 
JmsConnectionFactory.setExtension(String, BiFunction<Connection, URI, Object>).
   
   Let me take a look, I'm still unhappy that the single session per connection 
use case doesn't have yet a proper solution here unless I'll use the 
`JmsConnectionFactory` to inject a thread pool that allow handling completions 
belonging to different session/connection...
   


-- 
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