mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-12 13:05:37 +00:00
org.apache.activemq.artemis.spi.core.protocol.RemotingConnection has a number of implementations most notably an abstract version which provides many methods shared among the implementations. The sharing could be improved to eliminate duplicate code. This commit eliminates more than 700 lines of unnecessary code. There should be no semantic changes.