Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure ServiceBus dependency tree not available with applicationinsights-agent-3.5.2 #3688

Closed
abhikt48 opened this issue May 8, 2024 · 2 comments

Comments

@abhikt48
Copy link

abhikt48 commented May 8, 2024

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):
@trask
Copy link
Member

trask commented May 8, 2024

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

@abhikt48
Copy link
Author

@trask Thank you. It is working as expected with latest SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants