What's the better approach for processing batch commands

I'm doing a test for comparing pl/sql vs Java/EJB :

I have to read a file (with assyncronous bank commands) and process each one. Is it better to have a client that generates jms messages processed by a cluster of MDB's or use EJB's to do the job?

THis processing involves verifying if the command is valid and acessing the legacy DB (just for the test).

[383 byte] By [echofloripa] at [2007-9-26 23:41:59]
# 1
maybe use JUnit to test.
mchan0 at 2007-7-4 13:38:48 > top of Java-index,Other Topics,Patterns & OO Design...