Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Also, the interface could provide a simple, noop default implementation to reduce duplicate code in tests.