public void testMdb() throws Exception
{
TestStatusHome statusHome = (TestStatusHome) getInitialContext().lookup("TestStatus");
TestStatus status = statusHome.create();
status.clear();
QueueConnection cnn = null;
QueueSender sender = null;
QueueSession session = null;