Skip to content

how can I use brave to trace the appication with RocketMQ? #1043

@ni-ze

Description

@ni-ze
 this is my pom file: 
 <!--RocketMQ-->
    <dependency>
        <groupId>org.apache.rocketmq</groupId>
        <artifactId>rocketmq-client</artifactId>
        <version>4.4.0</version>
    </dependency>

and I use like this:

   @Autowired
    private DefaultMQProducer defaultMQProducer;

   ...

   defaultMQProducer.send(message);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions