Hi,

I have a GUI client application that requires that I make 2 calls (with same
parameters)for each message. One to cache/DB, the next to reformat message and 
pass it to another subsystem.

I was thinking of sending data for each message to 2 seperate MDBs to keep them
asynchronous with client. I thought the message reformatting call could be sent 
from MDB through a stateless session bean (formatting done) and then on to 
another system. It would make a return back to GUi's return queue for an 
acknowledgement of success or failure.

The cache/DB message could be sent from MDB to another stateless session
bean to apply some business rules, then go to cache/DB. Acknowledgement of 
success or failure would return to GUI's queue.

Does this approach make sense?

Thank you,

Ken

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to