Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] How can I implement order guaranteed request for each Client IP?

Now, I have some problem in using my Jetty + CXF.
That is, 
When requests come in from a large number of Client IPs, Jetty distributes
them to Multi Threads. 
At this time, the order is reversed when the request message is
retransmitted.

I try to bind the SOAP Requests coming in Jetty + CXF to each Queue by
Client IPAddress and sequentially process the Message in the Queue for each
client IP
(Request order should be guaranteed for each Client IP).
I would appreciate if you could show me how to implement it.



--
Sent from: http://jetty.4.x6.nabble.com/Jetty-Dev-f3247346.html


Back to the top