* @throws Exception if there is a problem.
*/
@BeforeClass
public void startUp00() throws Exception {
//Creates the queue
jmsQueue = new JMSManager(JMSManager.DEFAULT_QUEUE_CONNECTION_FACTORY, JMSManager.DEFAULT_QUEUE);
//Sends a message to run the test
jmsQueue.sendControlMessage(MDBSimpleEntryEnv.MESSAGE_TYPE, OperationType.UNDEFINED);
}