Thank you for your response. My application is described as follows: I have two servers A and B cxf which implement the same services. suppose that i have n clients that request services on A. However, A can not repond the clients. Thus, i want to implement a module M that can read requests in A and write them into B. Then, B will repond to clients. my problem is that i don't know how to implement this module M ? I hope that you could help me please.
Regards, Tho. Vào Thứ Hai, ngày 19 tháng 10 năm 2015, Aki Yoshida <[email protected]> đã viết: > it is not clear from your description what you want to have. > > For request-response services, messages are not waiting anywhere > within CXF, potentially only waiting at the servlet entry point if you > set the limit there. For oneway services, messages are queued before > being dispatched to invoke the service. > > And do you want to access an object Message for each incoming message > or you want to just collect some statistics such as count, > response-time, etc of the messages? > > > 2015-10-16 18:13 GMT+02:00 tho huynh ngoc <[email protected] > <javascript:;>>: > > Hi, > > > > How to get Messages which arrive and are waitting in a CXF Server for > > processing? > > I would get the messages conforming to "org.apache.cxf.message.Message" > > > > Regards, > > Tho, >
