}
@Test
public void testRequestResponse() throws Exception
{
LocalMuleClient client = muleContext.getClient();
MuleMessage response = client.send("vm://testRequestResponse", TEST_MESSAGE, null);
Map payload = (Map) response.getPayload();
if (testDatabase instanceof MySqlTestDatabase)
{