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