Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

q required at end of command #20

Closed
joedyndale opened this issue Nov 30, 2017 · 1 comment
Closed

q required at end of command #20

joedyndale opened this issue Nov 30, 2017 · 1 comment
Assignees

Comments

@joedyndale
Copy link

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 northlander self-assigned this Nov 30, 2017
@northlander
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants