We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
$ amqp-publish -q myqueue cat
I think the command line should change to: $ amqp-consume -q myqueue cat
$ amqp-consume -q myqueue cat
The text was updated successfully, but these errors were encountered:
This does appear to be a bug, if you have time could you send me a PR updating the docs?
Sorry, something went wrong.
doc: fix command in amqp-consume doc
fe1bd8f
Fixes: #791
e012dcc
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: