assertNotNull(response);
}
@Test
public void testCanRouteBrews() throws Exception {
muleContext.getClient().dispatch("vm://orders",new Brew(),null);
MuleMessage response = muleContext.getClient().request("jms://brews.definitions", 15000);
assertNotNull(response);
}