Closed ask4gilles closed 5 years ago
See https://github.com/opentracing-contrib/java-spring-rabbitmq/issues/33 and https://github.com/opentracing-contrib/java-spring-rabbitmq/issues/27 If no RabbitTemplate bean was declared, tracing was not triggered since the RabbitAutoConfiguration did not create the RabbitTemplate bean yet. This should fix it.
See https://github.com/opentracing-contrib/java-spring-rabbitmq/issues/33 and https://github.com/opentracing-contrib/java-spring-rabbitmq/issues/27 If no RabbitTemplate bean was declared, tracing was not triggered since the RabbitAutoConfiguration did not create the RabbitTemplate bean yet. This should fix it.