[
https://issues.apache.org/jira/browse/QPIDJMS-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16139683#comment-16139683
]
ASF GitHub Bot commented on QPIDJMS-315:
----------------------------------------
GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/qpid-jms/pull/12
QPIDJMS-315: Add support for Netty KQueue transport
Add KQueue support
Also add safer epoll and kqueue env check to protect from lib loading
failure (as found in apache activemq artemis)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/qpid-jms QPIDJMS-315
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-jms/pull/12.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #12
----
commit 03b593a3cdf99642885f0a9f7de8da359892ae3f
Author: Michael Andre Pearce <[email protected]>
Date: 2017-08-24T07:11:56Z
QPIDJMS-315: Add support for Netty KQueue transport
Add KQueue support
Also add safer epoll and kqueue env check to protect from lib loading
failure (as found in apache activemq artemis)
----
> Add support for Netty KQueue transport
> --------------------------------------
>
> Key: QPIDJMS-315
> URL: https://issues.apache.org/jira/browse/QPIDJMS-315
> Project: Qpid JMS
> Issue Type: New Feature
> Affects Versions: 0.24.0
> Reporter: Michael Andre Pearce
> Fix For: 0.25.0
>
>
> Add support for using the Netty KQueue transport when the platform supports
> it (x86-64 osx) and provide a transport configuration option to bypass it and
> return to using NIO. This change also switches the transport to using the
> default Netty allocator on the transports which by default is a pooled
> allocator.
> To disable kqueue use the URI can be updated to include option:
> transport.useKQueue=false
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]