Quick question for all you J2EE experts. I'm in the process of designing/developing a J2EE application which utilizes MessageDrivenBeans which process messages that are sent to regular Queues. Problem is that since there's currently limited functionality, the Messages are being processed so fast (and by so many MDB instances) that I'm running into some connection pool issues.
So the question is how do I limit the number of MDB instances that can be created under JBoss 3.2.3?
Thanks!
-
How do I limit the number of MessageDrivenBeans instances? (1 messages)
- Posted by: Teddy Wang
- Posted on: March 30 2004 12:25 EST
Threaded Messages (1)
- JBoss forums by Sean Sullivan on March 30 2004 13:52 EST
-
JBoss forums[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: March 30 2004 13:52 EST
- in response to Teddy Wang