// setting the http url file qualifier which is necessary to communicate with the server.
message.setHttpUrlFileQualifier(this.remoteNodeConfiguration.getHttpUrlFileQualifier());
SCMPSrvUnsubscribeCall unsubscribeCall = new SCMPSrvUnsubscribeCall(this.requester, message);
try {
unsubscribeCall.invoke(callback, timeoutMillis);
} catch (ConnectionPoolBusyException ex) {
throw ex;
} catch (Exception e) {
// unsubscribe failed
callback.receive(e);