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 2018/11/08 05:32:01 UTC

[GitHub] ymwneu commented on issue #531: can't get code and errorMsg in SendMessageContext when running SendMessageProcessor.executeSendMessageHookAfter

ymwneu commented on issue #531: can't get code and errorMsg in SendMessageContext when running SendMessageProcessor.executeSendMessageHookAfter
URL: https://github.com/apache/rocketmq/issues/531#issuecomment-436878483
 
 
   I checked the code, found
   `if (sendOK) {
               //xxxxxx
              doResponse(ctx, request, response);
               //xxxxxx
               return null;
    } `
   method doResponse had already processed the response. 
   In addition, feature SendMessageHook seems to be deprecated, i found no where use this hook in broker.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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