Can I call message driven bean from session bean?
-> MDB are listeners which automatically executes (onMessage() method) when message is placed in Queue/Tpoic.
-> There is no home/remote interface to access MDB.
->So, calling MDB from session bean is not possible.
Regards,
Anand