JBoss Community

Re: JBoss 5.1 Parallel Processing

created by James Gingerich in Beginner's Corner - View the full discussion

The application is a web application along with asynchronous background processing.  No EJBs but do have servlets, web services, quartz jobs, JMS queues/topics.  Servlets, web services, and centralized file storage asynchronously fire jobs/messages.  Quartz process x jobs in parallel, and JMS queues/topics process y messages in parallel.  Currently the processing is done in the application server using Spring wrappers around thread pools, say pool x and pool y.

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community