CXF - MQ 的 Web 服务可靠性
如何在 CXF 中实现 Web 服务的可靠性?
它用于金融领域,涉及支付系统,因此要求它必须100%可靠和安全。为了安全起见,我使用 ws-security (拦截器)添加了用户名/密码身份验证。
我是否需要使用任何中间件 (ActiveMQ) 进行传输,以便 MQ 提供可靠性和安全性?
How can I achieve reliability of web service in CXF ?
It is used in financial domain and involved 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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不完全理解你的问题;但是,我假设您对可靠性的要求不会超出常规 WS-* 规范。
Apache CXF 确实符合WS-ReliableMessaging 规范。此外,它还支持 WS-Security 和 WS-Addressing。我相信这应该足以满足大多数可靠性和安全性要求。
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.