I'm trying to figure out is it possible to access Rabbitmq with plain url?
For example:
+----------+ +--------+
| Producer | -----------------------> | Rabbit |
+----------+ +--------+
http://<rabbitmq-server>:5672?vhost="myvhost"&queue="myqueue"&message="foo"
If so, can you give me some example?
Yes, look at HTTP API, link at the bottom of the management interface page, or here: https://cdn.rawgit.com/rabbitmq/rabbitmq-management/rabbitmq_v3_6_12/priv/www/api/index.html