return;
}
this.requester.getSCMPMsgSequenceNr().incrementAndGetMsgSequenceNr();
// 2. initialize call & invoke
SCPublishServiceCallback callback = new SCPublishServiceCallback(this, this.messageCallback);
SCMPReceivePublicationCall receivePublicationCall = new SCMPReceivePublicationCall(this.requester, this.serviceName,
this.sessionId);
try {
PerformanceLogger.begin(this.sessionId);
receivePublicationCall.invoke(callback, Constants.SEC_TO_MILLISEC_FACTOR
* (this.receivePublicationTimeoutSeconds + this.noDataIntervalSeconds));
} catch (Exception e) {
PerformanceLogger.end(this.sessionId);
// inactivate the session
this.sessionActive = false;