UIMAFramework.getLogger(CLASS_NAME).logrb(Level.INFO, CLASS_NAME.getName(),
"notifyOnTimout", JmsConstants.JMS_LOG_RESOURCE_BUNDLE,
"UIMAJMS_cpc_timeout_INFO", new Object[] { anEndpoint });
}
status.addEventStatus("CpC", "Failed",
new UimaASCollectionProcessCompleteTimeout("UIMA AS Client Timed Out Waiting For CPC Reply From a Service On Queue:"+anEndpoint));
// release the semaphore acquired in collectionProcessingComplete()
cpcReplySemaphore.release();
notifyListeners(null, status, AsynchAEMessage.CollectionProcessComplete);
break;