Hi,

In our application we have a servlet pushing objects onto a JMS queue for asynchronous 
processing. Using file-persistence.

It seems that under load the servlet keeps the dual cpu blade so busy that processing 
in the ejb container suffers a lot.

So I have this plan to have a tier of tomcat or jboss servers which would only 
contain the servlet, pushing objects to a central Oracle database. A seperate tier of 
servers will process the messages using MDB's and SLSB's.

Ideally in this case failure of any of the servers should cause no loss or unnecessary 
aging of messages.

Is there a way to get this scenario working without running into duplicate message 
id's or any other major problems?


P.S. Adrian, you're doing an amazing job on this forum. Thanks.

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827077#3827077";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827077>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to