// Get the "normal" property value, and save it away.
propVal = msgContext.getStrProp(TestScopedProperties.PROP_NAME);
// Set the "override" property directly in the MC.
msgContext.setProperty(TestScopedProperties.OVERRIDE_NAME,
TestScopedProperties.OVERRIDE_VALUE);