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 <ngocthob...@gmail.com>:
> 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,

Reply via email to