rabbitmq_post_message.Rd
This will submit a message to RabbitMQ, if the queue does not exist it will be created. The message will be converted to a json message that is submitted.
rabbitmq_post_message(uri, queue, message, prefix = "", port = 15672)
the result of the post if message was send, or NA if it failed.