{
public void example() throws Exception
{
InitialContext ic = new InitialContext();
StatelessSessionExampleHome home =
(StatelessSessionExampleHome)ic.lookup("ejb/StatelessSessionExample");
StatelessSessionExample bean = home.create();
String queueName = getDestinationJNDIName();
String text = "Hello!";
bean.drain(queueName);