Azure Servicebus JMS库支持托管身份吗?

发布于 2025-01-24 17:06:09 字数 227 浏览 0 评论 0原文

我正在使用库com.azure.spring:azure-spring-boot-starter-servicebus-jms:3.14.0,我正在尝试通过使用托管身份来避免使用连接字符串的使用,但我找不到互联网上的任何相关内容。我还检查了库,但我还没有看到对tokencredential Microsoft通常支持的任何支持。

因此,问题是图书馆当前是否支持它?

I am using the library com.azure.spring:azure-spring-boot-starter-servicebus-jms:3.14.0 and I am trying to avoid the usage of a connection string by using a managed identity, but I wasn't able to find anything related on the internet. I also examined the library and I haven't seen any support for TokenCredential what Microsoft usually supports.

So the question is whether it is currently supported by the library or not?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

等数载,海棠开 2025-01-31 17:06:09

简而言之,不。

JMS API本身不支持“托管身份”或任何类型的tokencredetial对象。

此处使用的JMS客户端实现 qpid jms 而且它也不支持“托管身份”或任何类型的tokencredetial对象。

In short, no.

The JMS API itself has no support for a "managed identity" or any kind of TokenCredetial object.

The JMS client implementation used here is Qpid JMS and it also has no support for a "managed identity" or any kind of TokenCredetial object.

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