opentracing-contrib / java-spring-rabbitmq

OpenTracing RabbitMQ instrumentation
Apache License 2.0
18 stars 21 forks source link

Send span instead of receive #14

Closed msoub closed 5 years ago

msoub commented 5 years ago

Hello,

Thanks for this module.

We are not sure why but it looks like RabbitMqBeanPostProcessor does not detect properly my message consumers. Therefore the spans are tagged as send instead of receive.

FYI we use org.springframework.cloud.stream.annotation.StreamListener to read the messages from RabbitMQ.

ask4gilles commented 5 years ago

Hi, Can you provide a small use case somewhere? Thx!

ask4gilles commented 5 years ago

Closing in lack of feedback. Please reopen and provide an example if needed.