[jboss-user] [JBoss Messaging] - Re: JBM Topic Pub-Sub

ataylor do-not-reply at jboss.com
Wed Jan 7 04:06:51 EST 2009


I think the problem you have is you're creating state from a http request. The http request/response paradigm is stateless and shouldn't be spawning any threads etc. you can add objects to a http session and access them from within a servlet but these are tied to the session. Maybe you need a re think for your application.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199995#4199995

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199995



More information about the jboss-user mailing list