[jboss-user] [JBossMQ] - Re: Can the Code get a QueueConnection objcect per request
adrian@jboss.org
do-not-reply at jboss.com
Thu Mar 26 10:57:55 EDT 2009
Remote access to a pool is an anti-pattern.
The serverside JMS semantics are different to client semantics anyway.
Either create the pool inside the client (although for a normal java client its better
to just create one connection and then create session as required - e.g. per thread)
Or use an SLSB to give remote access, there's an old example of such an EJB on the WIKI.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221320#4221320
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221320
More information about the jboss-user
mailing list