You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/03/04 15:36:50 UTC

[GitHub] [rocketmq-spring] huffmant opened a new issue #235: how do i return ACK_SUCESS to NameServer?

huffmant opened a new issue #235: how do i return ACK_SUCESS to NameServer?
URL: https://github.com/apache/rocketmq-spring/issues/235
 
 
   onMessage is a return void method,how do i return if ack_success or ack_fail to nameServer so it can resend a message?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-spring] RongtongJin closed issue #235: how do i return ACK_SUCESS to NameServer?

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #235: how do i return ACK_SUCESS to NameServer?
URL: https://github.com/apache/rocketmq-spring/issues/235
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-spring] RongtongJin commented on issue #235: how do i return ACK_SUCESS to NameServer?

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #235: how do i return ACK_SUCESS to NameServer?
URL: https://github.com/apache/rocketmq-spring/issues/235#issuecomment-595068400
 
 
   By default, Consume_Success is returned. If an exception is thrown in onMessage method, RECONSUME_LATER will be returned. So if you want resend a message, just throw exception.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services