mattrpav commented on PR #1045: URL: https://github.com/apache/activemq/pull/1045#issuecomment-1699656050
@tabish121 Yep, agreed. This is PR is still WIP. Just starting to flush out the methods and figure out the best place to house the signaling needed b/w the Context and the CompletionListener. ActiveMQ already has the AsyncCallback wired all the way down to the transport send w/ async support, so I think it can mostly piggy back on that approach in terms of where and when to invoke the callback. The heavy lifting will come here shortly to cover the thread awareness and other fun checks as you mentioned. -- 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]
