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
The text was updated successfully, but these errors were encountered:
Add a message to the queue
curl -u admin:Admin123 -H "content-type:application/json" -X POST -d '{"properties":{"delivery_mode":2},"routing_key":"audio-index-queue","payload":"{\"id\":\"12345\",\"path\":\"https://raw.githubusercontent.com/tattle-made/feluda/main/src/core/operators/sample_data/audio.wav\"}","payload_encoding":"string"}' http://localhost:15672/api/exchanges/%2f/amq.default/publish
check the number of messages in the queue
curl -u admin:Admin123 -X GET http://localhost:15672/api/queues/%2f/audio-index-queue | grep -o '"messages":[0-9]*' | awk -F':' '{print $2}'
Sorry, something went wrong.
aatmanvaidya
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: