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 -- View this message in context: http://cxf.547215.n5.nabble.com/Concurrent-request-in-JMS-endpoints-tp3292430p3292430.html Sent from the cxf-user mailing list archive at Nabble.com.
