Re: Get a list of Message in CXF Server

2015-10-22 Thread tho huynh ngoc
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

Re: Get a list of Message in CXF Server

2015-10-19 Thread Aki Yoshida
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 s

Get a list of Message in CXF Server

2015-10-16 Thread tho huynh ngoc
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,