hyhyf commented on PR #706: URL: https://github.com/apache/skywalking-java/pull/706#issuecomment-2275394388
> the final effect is as follows:   > > activemq-consumer entry was stop when over dequeue method so there must be a new span at the same level with MQ-consumer Span > > and i fix my demo : [apm-spring-jms](https://github.com/cloudgc/apm-spring-jms) I have discussed with @wu-sheng, and create two entry spans in the consumer part, which will cause the consumer traffic to be counted twice. So far, i think the better way is to update the active MQ plugin, and generate a context snapshot when creating messages, the spring JMS plugin create a local span, if message has a context snapshot, it will be linked. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
