|  | @@ -40,7 +40,7 @@ public class producerTest {
 | 
	
		
			
				|  |  |          Message message = new Message();
 | 
	
		
			
				|  |  |          message.setBody(jsonObject.toJSONString().getBytes());
 | 
	
		
			
				|  |  |          message.setTags("");
 | 
	
		
			
				|  |  | -        SendResult sendResult = rocketMQTemplate.send("elab-rocketMQ", "tag", RandomUtils.randomString(5),
 | 
	
		
			
				|  |  | +        SendResult sendResult = rocketMQTemplate.send("elab-marketing-user", "tag", RandomUtils.randomString(5),
 | 
	
		
			
				|  |  |                  jsonObject.toJSONString().getBytes());
 | 
	
		
			
				|  |  |          SendStatus sendStatus = sendResult.getSendStatus();
 | 
	
		
			
				|  |  |          System.out.println("--->" + sendResult.toString());
 |