When creating a large number of queues the message queue rlimit may be
reached (see mq_overview for details).
This commit adds an `mq rlimit` function that displays the current
rlimits and an optional `--rlimit` flag to the `create` command that
can raise the rlimit when required.