hyhyf commented on PR #706: URL: https://github.com/apache/skywalking-java/pull/706#issuecomment-2273850508
I don't think that, the demo projcet will create a new entry span link through ActiveMQ producer span, this repeats with ActiveMQ consumer. The process of use spring JMS & third-party MQ would be like: -> create connectionFactory(take ActiveMQ for example) -> JMS send message -> MQ client create message(the activemq plugin is working, create producer entry span) -> JMS listener -> MQ client consume message(the activemq plugin is working, create consumer entry span) -> JMS listener execute(the activemq plugin lost trace) -- 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]
