I am using the REST API http://192.168.99.100:32787/api/exchanges/%2f/amq.direct/publish
to publish a message to my helloworld.q queue.
Payload:
{"properties":{},"routing_key":"","payload":"Hello World","payload_encoding":"string"}
I have not created any new exchanges. I wasn't sure which exchange to specify hence used amq.direct in the rest url. I have already provided the Basic Auth credentials and I am getting following response from the API.
{
"routed": false
}
Not sure what's wrong.
The latest documentation on how to use it's HTTP API can be found here. https://rawcdn.githack.com/rabbitmq/rabbitmq-management/rabbitmq_v3_6_11/priv/www/api/index.html