RocketMQ uses the RocketMQ native API to send and receive messages
Create project
pom file
Create a maven project or module and add a rocketmq client dependency.
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache ...
Posted by xenoalien on Fri, 29 Oct 2021 10:40:37 +0200