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?
CodePudding user response:
The JMS API has no support for a "managed identity" or any kind of TokenCredetial
object.
CodePudding user response:
Does the Azure ServiceBus JMS library support managed identities?
No, as of now Azure ServiceBus JMS library does not support managed identities.
The following table lists some of the Java Message Service (JMS) features that Azure Service Bus currently supports. It also shows features that are unsupported.
For complete list which JMS features that Azure Service Bus currently supports, please refer this link.