418545106 opened a new issue #325:
URL: https://github.com/apache/rocketmq-spring/issues/325
```java
rocketMQTemplate.setMessageQueueSelector((list1, message, o) -> {
return list1.get(0);
});
rocketMQTemplate.syncSend("MAJOR", MessageBuilder.withPayload("test
msg").build());
```
选择0号管道可是消息并没有进入管道0而是随机选择管道
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]