|
| Re: Configure # of JMS consumers for WebServices over JMS Transport |
 |
Thu, 6 Dec 2007 20:42:15 -0800 |
Hi,
I don't think the number of consumers for a service is configurable. There is a
single consumer for each service. Well, there is another consumer for interop
purposes, which is irrelevant to our discussion here.
You may be aware that multiple consumers reading from the same queue would
result in requests being processed in parallel, which means the order that the
requests are processed might be different from the order that they are put into
the queue.
For applications where the order of processing the requests to the same web
service is not important, it probably makes sense to have an option of
configuring multiple consumers. But this is no such option right now.
Regards,
|
| Post Reply
|
|
|
|
|
|
|
|
|
|