[
https://issues.apache.org/jira/browse/ARTEMIS-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931157#comment-15931157
]
ASF GitHub Bot commented on ARTEMIS-994:
----------------------------------------
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)
> Support Netty Native Epoll on Linux
> -----------------------------------
>
> Key: ARTEMIS-994
> URL: https://issues.apache.org/jira/browse/ARTEMIS-994
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Components: Broker
> Affects Versions: 1.5.3, 2.0.0
> Reporter: Michael Andre Pearce (IG)
> Fix For: 2.next
>
>
> Netty has support for native epoll, this is available only on linux systems.
> This is more performant.
> http://netty.io/wiki/native-transports.html
> This is inline with supporting asyncio with libaio using such native feature
> to bring perfomance benefits to artemis.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)