[jboss-user] [JBoss Messaging] - Re: JBoss Messaging with Tomcat

timfox do-not-reply at jboss.com
Sun Oct 15 13:30:45 EDT 2006


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



More information about the jboss-user mailing list