rabbitmq_get_message.Rd
This will get a message from RabbitMQ, if the queue does not exist it will be created. The message will be converted to a json message that is returned.
rabbitmq_get_message(uri, queue, count = 1, prefix = "", port = 15672)
NA if no message was retrieved, or a list of the messages payload.