Get the properties of a queue

rt_queue_properties(queue, ...)

Arguments

queue

(character) The queue

...

Other arguments passed to rt_GET

Value

(list) A list of queue properties

Examples

if (FALSE) { # By default, RT installations come with a General queue # We can get its properties like this rt_queue_properties("General") }