activemq-artemis/artemis-protocols/artemis-openwire-protocol/src
Justin Bertram a0f39a4b28 ARTEMIS-3956 clean up use of RemotingConnection
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.
2022-08-25 18:12:11 -04:00
..
main ARTEMIS-3956 clean up use of RemotingConnection 2022-08-25 18:12:11 -04:00
test/java/org/apache/activemq/artemis/core/protocol/openwire ARTEMIS-3916 fix OpenWire selector with JMSMessageID 2022-08-02 09:29:25 -04:00