ARTEMIS-4922 remove spurious warn msg when OpenWire client disconnects
This commit is contained in:
parent
b8ee43861e
commit
ac5713be81
|
@ -485,6 +485,11 @@ public class OpenWireConnection extends AbstractRemotingConnection implements Se
|
|||
checkInactivity();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() {
|
||||
destroy();
|
||||
}
|
||||
|
||||
private void checkInactivity() {
|
||||
if (!this.useKeepAlive) {
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue