// Step 3. Create the DB table which will be updated
service.createTable();
// Step 4. Invoke the sendAndUpdate method
service.sendAndUpdate("This is a text message");
System.out.println("invoked the EJB service");
// Step 5. Lookup the JMS connection factory
ConnectionFactory cf = (ConnectionFactory)initialContext.lookup("/ConnectionFactory");