ApplicationInsights-Java
ApplicationInsights-Java copied to clipboard
Azure ServiceBus dependency tree not available with applicationinsights-agent-3.5.2
Expected behavior
Dependency entry should be available in Application Insight.
Actual behavior
Sbus Dependency type is not available in Application Insight.
To Reproduce
Refer java-ai-sbus-test repo to replicate this issue
System information
Please provide the following information:
- SDK Version: applicationinsights-agent-3.5.2
- OS type and version: Windows 11
- Application Server type and version (if applicable): Java 8
- Using spring-boot? No
- Additional relevant libraries (with version, if applicable):
hi @abhikt48!
you are using a very old version of servicebus that is not supported
please use this artifact: com.azure:azure-messaging-servicebus
check out https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-java-how-to-use-queues#configure-your-application-to-use-service-bus
@trask Thank you. It is working as expected with latest SDK.