USAGE
example.pl [-f config-file] ReceiveMessage [queue-url]
Note: If you do not set the queue URL in the config, then you must provide it on the command line.
Will return the message and receipt handle. Use the receipt handle to delete the message.
example.pl -f aws-sqs.ini SendMessage "Hello World!"
OPTIONS
--endpoint-url, -e API endpoint, default: https://queue.amazonaws.com
--file, -f Name of a .ini configuration file
--help, -h help