Hi @rainer-funk ,
From what I understand, you only have transactions created from HTTP requests, but the following are missing:
- spans when sending outgoing messages to RabbitMQ from those HTTP requests
- transactions that should be created when consuming those RabbitMQ messages
Few questions here:
- What are your RabbitMQ / Spring dependencies versions here ?
- Do you see RabbitMQ classes instrumented in the agent log when
log_level=debug? - could you set a breakpoint in the
consumeBlockingmethod and provide us the stack trace ?