// code for other types of services is below
break;
}
// modify message only if it goes to server
reqMessage.removeHeader(SCMPHeaderAttributeKey.NO_DATA_INTERVAL);
reqMessage.removeHeader(SCMPHeaderAttributeKey.CASCADED_MASK);
reqMessage.removeHeader(SCMPHeaderAttributeKey.CASCADED_SUBSCRIPTION_ID);
// check service is present
PublishService service = this.validatePublishService(abstractService);
int otiOnSCMillis = (int) (oti * basicConf.getOperationTimeoutMultiplier());
int tries = (otiOnSCMillis / Constants.WAIT_FOR_FREE_CONNECTION_INTERVAL_MILLIS);