Publishing to the default rabbitmq exchange using the http api
问题 So I am using rabbitmqs http api to do some very basic actions in rabbit. It works great in most situations but I am having an issue figuring out how to use it to publish a message to the default rabbitmq exchange. This exchange is always present, cannot be deleted and has a binding to every queue with a routing key equal to the queue name. My problem is that this queue does not have a name, or rather, it's name is an empty string "". And the URL I have to use to publish this message with the