pro_jms thread: JMS 1.0.2 integration w/EJB 1.1
Do you know how to implement a JMS solution using EJB 1.1 spec (no message driven beans) and a servlet (vs. startup class)? I have a servlet class receiving my messages, but it seems to be serialized to process only one message at a time using a single thread. Why aren't multiple servlet threads being utilized? Any help would be appreciated! Thanks! Jeff
|





