MuleMessage response = client.send("vm://rollbackWithNonTransactionalMP", TEST_MESSAGE, null);
assertTrue(response.getPayload() instanceof NullPayload);
List<Map<String, String>> result = selectData("select * from PLANET where POSITION=4", getDefaultDataSource());
assertRecords(result, new Record(new Field("NAME", "Mercury"), new Field("POSITION", 4)));
}