processedEvent.getMessage().setInvocationProperty("newKey", "newValue");
assertEquals("newValue", processedEvent.getMessage().getInvocationProperty("newKey"));
assertEquals("newValue", event.getMessage().getInvocationProperty("newKey"));
flow.stop();
flow.dispose();
}
}