The commit a0f39a4b28545f4010e07d950c34fe9f1f228b68 effectively makes


org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection.isDestroyed()
 to always return false for the OpenWire protocol:



org.apache.activemq.artemis.core.protocol.openwire.OpenWireConnection



has a private variable "destroyed" which hides the member of 
AbstractRemotingConnection.



I wonder how it went unnoticed for the past 10 Months, there must have been an 
effect of this change. Or is this check is not used for OpenWire at all?



The fix for that would be trivial, just remove the one line in 
OpenWireConnection, but I wonder what would be getting fixed by that.





Regards,

Artyom

Reply via email to