jms jsp xa and non xa examples
sometime you may need to configure jms messaging queue and when you need that you will configure jndi too. writing a jsp to test them is a good idea. or you may just got find a huge ear project like 200mbs and you need to see if this jndi and jms still works there. you can use these jsps for those. in weblogic there is XA enabled jms. which uses JTA user-transactions. and in my case I needed to test both nonXA and XA enabled jmsses. ...