users@glassfish.java.net

Re: Batch-like jobs in GlassFish 3.1.2.2

From: <forums_at_java.net>
Date: Fri, 13 Sep 2013 02:21:05 -0500 (CDT)

You can cluster your app and load-balance jobs with JMS. Or you can migrate
to JEE 7 and GF4 but I'm not sure how to cluster it as in still learning
about this batch thing. With JMS is as easy as creating a Queue resource for
a cluster and produce serializable objects (jobs) with enough info to be
processed by some MDBs (@MessageDriven). In this case, take a look at
https://community.jboss.org/wiki/ShouldICacheJMSConnectionsAndJMSSessions

--
[Message sent by forum member 'pires']
View Post: http://forums.java.net/node/898751