You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/16 00:48:00 UTC

[jira] [Commented] (ARTEMIS-1750) Improve scalability of AMQP Clients

    [ https://issues.apache.org/jira/browse/ARTEMIS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16401325#comment-16401325 ] 

ASF GitHub Bot commented on ARTEMIS-1750:
-----------------------------------------

GitHub user clebertsuconic opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1956

    ARTEMIS-1750 Improve Scalability of AMQP Protocol

    AMQP Processing happens at the Netty thread right now.
    This is limiting processing of anything other than the current connection
    as this requires locking of the queue.
    
    This required us to add a semaphore to avoid extreme pressure from incoming netty into the server.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/clebertsuconic/activemq-artemis amqp

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1956.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 #1956
    
----
commit 9aad41d0e00c02e75e467412d15cff9125bdd0a2
Author: Clebert Suconic <cl...@...>
Date:   2018-03-13T13:42:02Z

    ARTEMIS-1750 Improve Scalability of AMQP Protocol
    
    AMQP Processing happens at the Netty thread right now.
    This is limiting processing of anything other than the current connection
    as this requires locking of the queue.
    
    This required us to add a semaphore to avoid extreme pressure from incoming netty into the server.

----


> Improve scalability of AMQP Clients
> -----------------------------------
>
>                 Key: ARTEMIS-1750
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1750
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>    Affects Versions: 2.5.0
>            Reporter: clebert suconic
>            Priority: Major
>             Fix For: 2.5.1
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)