cshannon opened a new pull request, #2515: URL: https://github.com/apache/activemq/pull/2515
getRemoteWireFormatInfo() can be null before wire-format negotiation completes (or for transports that never set it). Calling toString() on that null caused an NPE when the JMX attribute was read. Return the existing "WireFormatInfo not available" placeholder when the remote WireFormatInfo is missing. Fixes #2203 (cherry picked from commit b3f861c41b52a07a54e62b3f79052735221b74bd) -- 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
