Java agent and rabbitmq

Kibana version: 7.11

Elasticsearch version: 7.11

APM Server version: 7.11

APM Agent language and version: java agent 1.21.0

Browser version: Chrome 88.0.4324.190 (Build oficial) (64 bits)

Fresh install or upgraded from other version? upgraded from 7.4

Is there anything special in your setup?

Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):

all apps are deployed with java agent but events/transactions associated to rabbitMQ are not being triggered to APM.
maybe i'm wrong but according documentation messaging framework is supported in 1.20.0 version

Steps to reproduce:
1.deploy app with java agent
2. service is registered in apm
3. we run a few jobs against the service . we can see transactions, bbdd conections ... but no rabbitmq queues / consumers in apm (dependencies, transactions , service map)

Errors in browser console (if relevant): No errors

Hi and welcome to our forum!

You will have to provide much more info in order for us to be able to assist.
What RabbitMQ client are you using? Is it a RabbitMQ client? Spring's AMQP client? Other?
Do you get transactions that you know are sending messages to RabbitMQ but you can't see these message sends? Can you provide a code snippet of such place?
Do you see anything interesting in agent logs? If you set log_level to debug, do you see any log messages related to rabbitmq?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.