Answers for "Sending a persistent message in RabbitMQ via HTTP API"

0

Sending a persistent message in RabbitMQ via HTTP API

curl -u guest:guest -H "content-type:application/json" -X POST -d'{"properties":{"delivery_mode":2},"routing_key":"QueueName","payload":"HI","payload_encoding":"string"}' http://localhost:15672/api/exchanges/%2f/amq.default/publish
Posted by: Guest on May-11-2021

Code answers related to "Sending a persistent message in RabbitMQ via HTTP API"

Browse Popular Code Answers by Language