How can I achieve reliability of web service in CXF ?
It is used in financial domain and involve开发者_C百科d in payment system, so requirement is that it must be 100% reliable and secure. for security I have added username/password authentication using ws-security (intercepter).
Do I need to use any Middleware (ActiveMQ) for transprot so that MQ provide reliability and security ?
I do not fully understand your question; however, I assume your requirements for reliability do not extend beyond the regular WS-* specifications.
Apache CXF does conform to WS-ReliableMessaging specification. Additionally, it also supports WS-Security and WS-Addressing. I believe this should be enough for most reliability and security requirements.
精彩评论