// post-processing CAS.
if ( !endpoint.getServerURI().startsWith("vm:"))
{
// Message was fully processed, remove state info related to the
// previous CAS from the cache
InProcessCache cache = getInProcessCache();
dropCAS(aCasReferenceId, true);
}
}
}