Hi,
I have a problem relating on CXF

My problem is described as follows:
I have two servers A and B that implement the same service.
The client sends asynchronously requests (ex: 100 requests) to the server A
at the same time, (or 100 clients sends requests to the server A) . When
the client receives 60 responses from the server A, the server A suspends.
So, the rest of 40 requests of client in A will be transferred to the
server B. And the server B will respond the client.
Transport protocol is UDP and this is a mandatory requirement.

With CXF, do i implement a module for transferring requests between servers
?
Could you please give me suggestion to do it ?

Thanks,

Reply via email to