Azure Servicebus JMS库支持托管身份吗?
我正在使用库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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简而言之,不。
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.