Re: One way processing / Automatic work queue mechanism and message order

2010-11-29 Thread Daniel Kulp
Per spec, the way CXF is working is OK. Basically, on the server side, the server should return the 200/201 as soon as the message is received (and we can tell it's a oneway). It should not wait until the message has been fully processed and dispatched and such. For SOME transports

One way processing / Automatic work queue mechanism and message order

2010-11-25 Thread Hervé BARRAULT
Hi, i'm using CXF 2.2.11 and a monothreaded http client which loops to send request sequentially and i have found a particular behavior, the order of incoming messages is not always kept. It seems happening when the AutomaticWorkQueue is full. I have looked to the code and i have found in the