You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "1024cainiao (via GitHub)" <gi...@apache.org> on 2023/02/23 03:41:44 UTC

[GitHub] [rocketmq] 1024cainiao opened a new issue, #6166: request-reply return sended message

1024cainiao opened a new issue, #6166:
URL: https://github.com/apache/rocketmq/issues/6166

   env:
   rocketmq-client:4.9.4
   
   question:
   use org.apache.rocketmq.client.producer.DefaultMQProducer#request(org.apache.rocketmq.common.message.Message, long)
   Unable to receive the message returned by the consumer, And received a message from producer.
   Find by the source code, 
   ![image](https://user-images.githubusercontent.com/40590277/220815861-2b9d49c2-cfc9-405c-8a04-d127a3b92af3.png)
   The code in the red box is wrong.
   
   Request overloaded method in the same class, Only the following are available.
   org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl#request(org.apache.rocketmq.common.message.Message, org.apache.rocketmq.client.producer.MessageQueueSelector, java.lang.Object, org.apache.rocketmq.client.producer.RequestCallback, long)
   ![image](https://user-images.githubusercontent.com/40590277/220816602-165bc72c-ef5b-4473-bbe3-253168683c37.png)
   
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] Oliverwqcwrw commented on issue #6166: request-reply return sended message

Posted by "Oliverwqcwrw (via GitHub)" <gi...@apache.org>.
Oliverwqcwrw commented on issue #6166:
URL: https://github.com/apache/rocketmq/issues/6166#issuecomment-1442641859

   Hello @1024cainiao ,
    PR #4896  fixed this issue


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] Oliverwqcwrw closed issue #6166: request-reply return sended message

Posted by "Oliverwqcwrw (via GitHub)" <gi...@apache.org>.
Oliverwqcwrw closed issue #6166: request-reply return sended message
URL: https://github.com/apache/rocketmq/issues/6166


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org