Skip to content

Commit

Permalink
Merge 04923dc into a9b66d5
Browse files Browse the repository at this point in the history
  • Loading branch information
evthoriz committed Jun 27, 2017
2 parents a9b66d5 + 04923dc commit c1381f7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,7 @@ private RemotingCommand sendBatchMessage(final ChannelHandlerContext ctx, //

PutMessageResult putMessageResult = this.brokerController.getMessageStore().putMessages(messageExtBatch);

handlePutMessageResult(putMessageResult, response, request, messageExtBatch, responseHeader, sendMessageContext, ctx, queueIdInt);
return response;
return handlePutMessageResult(putMessageResult, response, request, messageExtBatch, responseHeader, sendMessageContext, ctx, queueIdInt);
}

public boolean hasConsumeMessageHook() {
Expand Down

0 comments on commit c1381f7

Please sign in to comment.