This content has been marked as final.
Show 1 reply
-
1. Re: Controlling the throughput of a queue?
darranl Nov 22, 2004 5:32 AM (in response to claudia)Configure the pool of message driven beans to have a stict maximum size, this way you can limit how many message driven beans will be consuming messages concurrectly.
Pool size configuration is covered in the administrators and developers guide.