You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2018/12/17 13:56:00 UTC

[jira] [Created] (ARTEMIS-2205) Make AMQP Processing Single Threaded and other AMQP perf improvements

clebert suconic created ARTEMIS-2205:
----------------------------------------

             Summary: Make AMQP Processing Single Threaded and other AMQP perf improvements
                 Key: ARTEMIS-2205
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2205
             Project: ActiveMQ Artemis
          Issue Type: Improvement
          Components: AMQP
    Affects Versions: 2.6.3
            Reporter: clebert suconic
            Assignee: clebert suconic
             Fix For: 2.7.0


This is using Netty Executor (NIOLoop) to process AMQP.

Instead of using a lock to enter the AMQP processing, what has issues on scaling up multiple connections per queue, it's using a single threaded executor.

 

 

This represents a major improvement in AMQP. I will take my time to write a blog post about this with multiple scenarios comparing 2.6.3, master (before this change) and after. (I will post a link here to this JIRA).



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