I am going through the Permormace activity of our project. This project has been deployed in JBOSS 6.0.0. Presenlty communication between EJBs using remote JNDI lookup using within the same container which is not required and it taking time. So I woul like to convrt remote JNDI lookup to local JNDI lookup. Will it work? Please explain who to convert remote JNDI lookup to local JNDI.
Or please suggest the other technique to over come this issue so I can improve our application performace.