Hi Amer,

have you tried using the settings concurrentConsumers and maxConcurrentConsumers. These settings default to 1 but you can use higher settings here. Besides that you can influence the number of threads that are spawned after receiving the messages (maxConcurrentTasks).

See http://cxf.apache.org/docs/using-the-jmsconfigfeature.html

Best regards

Christian


Am 04.12.2010 21:02, schrieb amer.almani:
Hello,

I am building a JMS scenario using cxf. I have the classic consumer/provider
scenario in one of the services.
One of my consumers try to collect its data by making an asynchronous call
to the service. The providers are trying to invoke the service but they are
queued pending the consumer release of connection.

I wonder if cxf endpoints supports concurrent requests. I thought they
behave like servlets do. It seems to me that endpoints server one requests
at a time..


Amer

--
----
http://www.liquid-reality.de

Reply via email to