問題タブ [opentracing]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
aspectj - RabbitMQ 送信をトレースするためのアスペクトを定義する際のポイントカット定義エラーを修正する
spring-rabbitmq の opentracing インストルメンテーションには、 をトレースするために定義されたアスペクトがありませんorg.springframework.amqp.rabbit.core.RabbitTemplate#send。コードのリンクは次のとおりです: RabbitMqSendTracingAspect.java
私はそれを実装しようとしましたが、ポイントカットの定義中に重大なエラーが発生しました。
これが私のコードです:
CglibAopProxyで注釈を付けた場合でも、フレームワークから次のエラーが発生します@EnableAspectJAutoProxy(proxyTargetClass = false)
私を助けてください!