jwh331 opened a new issue, #2203:
URL: https://github.com/apache/activemq/issues/2203

   target source:
   
https://raw.githubusercontent.com/apache/activemq/refs/tags/activemq-5.19.8/activemq-broker/src/main/java/org/apache/activemq/broker/jmx/ConnectionView.java
   
   issue:
   At getWireFormatInfo() ,
   If the "connection" is null, there would be some notice like this.
   
   @Override
   public String getWireFormatInfo() {
       if (connection instanceof TransportConnection) {
           WireFormatInfo info = ((TransportConnection) 
connection).getRemoteWireFormatInfo();  # << mod
           return (info != null) ? info.toString() : "WireFormatInfo not 
available"; # << mod
       }
       return "WireFormatInfo not available";
   }


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


Reply via email to