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 2021/04/28 04:36:27 UTC

[GitHub] [rocketmq] xdandyx opened a new issue #2844: how to query messages with rocketmq-v4.8.0

xdandyx opened a new issue #2844:
URL: https://github.com/apache/rocketmq/issues/2844


   `producer.queryMessage` has been deprecated, then how to query messages in rocketmq. I found an API called  `MQAdmin.queryMessage`, but i don't know how to use it. could you give an example.


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



[GitHub] [rocketmq] panzhi33 commented on issue #2844: how to query messages with rocketmq-v4.8.0

Posted by GitBox <gi...@apache.org>.
panzhi33 commented on issue #2844:
URL: https://github.com/apache/rocketmq/issues/2844#issuecomment-828892395


   org.apache.rocketmq.tools.command.message.QueryMsgByUniqueKeySubCommand


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



[GitHub] [rocketmq] panzhi33 edited a comment on issue #2844: how to query messages with rocketmq-v4.8.0

Posted by GitBox <gi...@apache.org>.
panzhi33 edited a comment on issue #2844:
URL: https://github.com/apache/rocketmq/issues/2844#issuecomment-828892395


   org.apache.rocketmq.tools.command.message.QueryMsgByUniqueKeySubCommand
   org.apache.rocketmq.tools.command.message.QueryMsgByKeySubCommand
   You can look at these two class


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



[GitHub] [rocketmq] xdandyx commented on issue #2844: how to query messages with rocketmq-v4.8.0

Posted by GitBox <gi...@apache.org>.
xdandyx commented on issue #2844:
URL: https://github.com/apache/rocketmq/issues/2844#issuecomment-830745923


   > org.apache.rocketmq.tools.command.message.QueryMsgByUniqueKeySubCommand
   > org.apache.rocketmq.tools.command.message.QueryMsgByKeySubCommand
   > You can look at these two class
   
   Ok,thank you.  Finally,  I found an API called DefaultMQAdminExt.queryMessage which is just what i want , and i know  the API is based on tools.command.


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



[GitHub] [rocketmq] xdandyx closed issue #2844: how to query messages with rocketmq-v4.8.0

Posted by GitBox <gi...@apache.org>.
xdandyx closed issue #2844:
URL: https://github.com/apache/rocketmq/issues/2844


   


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