Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Man page "amqp-publish" -> "amqp-consume" #791

Closed
jppaulo06 opened this issue Sep 13, 2023 · 1 comment · Fixed by #792
Closed

Man page "amqp-publish" -> "amqp-consume" #791

jppaulo06 opened this issue Sep 13, 2023 · 1 comment · Fixed by #792

Comments

@jppaulo06
Copy link

https://github.com/alanxz/rabbitmq-c/blob/9a91cf59760471b49307535d839d38d6c9a08d66/tools/doc/amqp-consume.xml#L197C14-L197C14

In amqp-consume man page, it is written:

Consume messages from an existing queue “myqueue”, and output the message bodies on
standard output via cat:
$ amqp-publish -q myqueue cat

I think the command line should change to:
$ amqp-consume -q myqueue cat

@alanxz
Copy link
Owner

alanxz commented Sep 14, 2023

This does appear to be a bug, if you have time could you send me a PR updating the docs?

alanxz added a commit that referenced this issue Sep 22, 2023
alanxz added a commit that referenced this issue Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants