MessageEndpoint endpoint = null;
try {
ResourceHandle resourceHandle = allocator_.createResource(xa);
MessageBeanListener listener =
messageBeanPM_.createMessageBeanListener(resourceHandle);
//Use the MDB's application classloader to load the
//message listener class. If it is generic listener
//class, it is expected to be packaged with the MDB application