opentracing-contrib / java-spring-rabbitmq

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

RabbitMqTracingAutoConfiguration order #33

Closed wuyupengwoaini closed 5 years ago

wuyupengwoaini commented 5 years ago

RabbitMqTracingAutoConfiguration should be created after RabbitAutoConfiguration,otherwise ,RabbitMqSendTracingAspect can not be created

wuyupengwoaini commented 5 years ago

Because We still use springboot 1,5.x ,could you merge it to branch release-0.1?

ask4gilles commented 5 years ago

This has been backported to the release-0.1 branch.