and before i forget, the mdb extends an abstract class which implements MessageListener,
MessageDrivenBean
the abstract class has 2 abstract methods:
protected abstract Object handleMessage(Message msg) ;
protected abstract void sendResponse(Object res,Message msg) ;
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249506#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...