Context jndiContext = new InitialContext();
// connect to XMLDispatcher bean
XMLDispatcherClient xd =
new XMLDispatcherEJBClient(
new XMLDispatcherAutoConnect(
jndiContext,
"java:comp/env/ejb/XMLDispatcher"));
// get a queue connection and session to send replies