pa-deasy commented on PR #1360: URL: https://github.com/apache/activemq/pull/1360#issuecomment-2524125127
> Yeah, I wasn't sure if it would be possible to easily verify for that reason. You could try and use reflection to get access to the private/protected socket and make it accessible. I can also take a look next week as well...if it's not really possible that's ok but it would certainly be nice if we could do it. I managed to gain access to the `Socket` by iterating through the transports and a little reflection magic as you suggested. It's a little verbose but it provides the ability to verify changes to the `Socket`. -- 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] For further information, visit: https://activemq.apache.org/contact
