The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

mqgen - Message::Queue Generator

SYNOPSIS

mqgen [OPTIONS] PATH

DESCRIPTION

Create a message queue and add the requested number of randomly generated messages.

OPTIONS

--count, -c INTEGER

generate this number of messages (default: 1)

--help, -h, -?

show some help

--manual, -m

show this manual

--randomness, -r 0|1|2

set default options based on randomness (default: 0)

--type, -t DQS|DQN

set the type of the message queue (default: DQS)

--text STRING

integer specifying if the body is text string (as opposed to binary string) or not; supported values are 0 (never text), 1 (always text) or 0-1 (randomly text or not)

--body-length STRING

integer specifying the length of the body

--body-entropy STRING

integer specifying the entropy of the body

--header-count STRING

integer specifying the number of header fields

--header-name-prefix STRING

string to prepend to each header field name

--header-name-length STRING

integer specifying the length of each header field name (prefix not included)

--header-name-entropy STRING

integer specifying the entropy of each header field name

--header-value-prefix STRING

string to prepend to each header field value

--header-value-length STRING

integer specifying the length of each header field value (prefix not included)

--header-value-entropy STRING

integer specifying the entropy of each header field value

SEE ALSO

Messaging::Message, Messaging::Message::Generator, Messaging::Message::Queue.

AUTHOR

Lionel Cons http://cern.ch/lionel.cons

Copyright (C) CERN 2011-2021