-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can support delay level configuration in async mode #36
Labels
enhancement
New feature or request
Milestone
Comments
vongosling
changed the title
异步消息发送支持延迟级别设置
Can support delay level settings in async mode
Jan 22, 2019
vongosling
changed the title
Can support delay level settings in async mode
Can support delay level configuration in async mode
Jan 22, 2019
supported, please look into: Line 134 in 2b6181e
|
@walking98 这是同步发送的 我是指 异步发送时 没有 延迟级别设置哈 |
@xiaolongyuan sorry for the mis-understand. we will add this soon. |
6 tasks
ShannonDing
added a commit
that referenced
this issue
Apr 17, 2019
[ISSUE #36]Support delay level configuration in async mode
@xiaolongyuan It will be released in the next version. |
liuliuzo
pushed a commit
to liuliuzo/rocketmq-spring
that referenced
this issue
Mar 26, 2020
[ISSUE apache#36]Support delay level configuration in async mode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
同步消息可以使用:
rocketMQTemplate.syncSend(topic,msg,5000,delayTimeLevel);
异步发送没有相关接口设置
The text was updated successfully, but these errors were encountered: