[
https://issues.apache.org/jira/browse/ARTEMIS-2205?focusedWorklogId=192437&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-192437
]
ASF GitHub Bot logged work on ARTEMIS-2205:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 30/Jan/19 18:05
Start Date: 30/Jan/19 18:05
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on pull request #2531:
ARTEMIS-2205 Fixing Divert Example
URL: https://github.com/apache/activemq-artemis/pull/2531
This is simply fixing the example under examples/features/standard/divert
Other tests are passing.
No additional tests are needed as the example on this case acts like a test.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 192437)
Time Spent: 20m (was: 10m)
> 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
> Priority: Major
> Fix For: 2.7.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)