q required at end of command
joedyndale opened this issue · 1 comments
joedyndale commented
The following does not work: ./a -p "Testing..." myQueueName
. I need to do the following instead: ./a -p "Testing..." myQueueName q
. No error message is presented. The command says the message was sent, but it was not.
The following commands result in java exceptions stating the parameter name is unknown:
./a -v
./a -l
But if I do the following they work:
./a -v q
./a -l q
northlander commented
A mysterious % has slipped into the end of the shell-script. Remove the trailing % and it will work as it should. I will update the release to next version.