Hi,
You cannot lookup MDB using JNDI. This is because MDB do not have a home interface and remote interface. Instead when a message producer sends a message to a queue or topic the application server invokes onMessage() method of MDB.
Please refer to following tutorial for further information.
http://java.sun.com/developer/technicalArticles/Ecommerce/jms/
HTH
VJ