This content has been marked as final.
Show 2 replies
-
1. Re: Parallel execution threads vs. EJB spec compliance
adrian.brock Mar 5, 2002 10:53 AM (in response to earlgrey)Message driven beans (MDB)
You send requests to the MDBs and wait for the responses.
http://www.jboss.org/online-manual/HTML/ch08.html
Regards,
Adrian -
2. Re: Parallel execution threads vs. EJB spec compliance
earlgrey Mar 5, 2002 12:38 PM (in response to earlgrey)Thanks Adrian,
I was about to look at the MDB stuff anyway, let´s see how it works with multiple MDBs as "chained" consumers/producers and piped in/out streams in StreamMessage...
Lars