I still don't really understand what you mean "equip Tomcat with JMS", do you mean you want to do JMS operations from within a jsp or a servlet?
If so, then you can do this like you do from any other program. Just lookup the ConnectionFactory and Destination objects from JNDI, and do your standard JMS operations on them. This is just standard JMS and should be no different in Tomcat than any any other piece of code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978408#3978408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978408 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
