Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/1093
Hi @clebertsuconic i managed to get it running.
Some notes:
I was not able to run your command as is, using the version that comes via
dnf / repo, seems some options are supported or something :S
I got the below output.
$ quiver q0 --sender qpid-messaging-cpp --receiver qpid-messaging-cpp
--messages 1m --body-size 100 --credit 1000 --timeout 10
usage: quiver [-h] [-m COUNT] [--impl NAME] [--body-size COUNT]
[--credit COUNT] [--timeout SECONDS] [--output DIRECTORY]
[--init-only] [--quiet] [--verbose]
ADDRESS
quiver: error: unrecognized arguments: --sender qpid-messaging-cpp
--receiver qpid-messaging-cpp
I did however successfully run using just:
$ quiver q0 --messages 1m --body-size 100 --credit 1000 --timeout 10
I am using fedora 25.
It ran fine with both server acceptor set to epoll and nio for me.
Attached is the output i got for both runs.
[quiver.epoll.txt](https://github.com/apache/activemq-artemis/files/852315/quiver.epoll.txt)
[quiver.nio.txt](https://github.com/apache/activemq-artemis/files/852316/quiver.nio.txt)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---