if (anApplicationContext.containsKey(UIMAFramework.CAS_INITIAL_HEAP_SIZE)) {
String cas_initial_heap_size = (String) anApplicationContext
.get(UIMAFramework.CAS_INITIAL_HEAP_SIZE);
performanceTuningSettings.put(UIMAFramework.CAS_INITIAL_HEAP_SIZE, cas_initial_heap_size);
}
asynchManager = new AsynchAECasManager_impl(rm);
brokerURI = (String) anApplicationContext.get(UimaAsynchronousEngine.ServerUri);
String endpoint = (String) anApplicationContext.get(UimaAsynchronousEngine.ENDPOINT);
// Check if a placeholder is passed in instead of actual broker URL or endpoint.