CXF - MQ 的 Web 服务可靠性

发布于 2024-09-07 15:17:55 字数 167 浏览 2 评论 0原文

如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

栀梦 2024-09-14 15:17:55

我不完全理解你的问题;但是,我假设您对可靠性的要求不会超出常规 WS-* 规范

Apache CXF 确实符合WS-ReliableMessaging 规范。此外,它还支持 WS-SecurityWS-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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文