You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Martin Chan Shu Ching (JIRA)" <ji...@apache.org> on 2012/07/18 12:07:34 UTC

[jira] [Updated] (AMQ-3933) TransportConnection.dispatchQueue synchronized LinkedList to ConcurrentLinkedQueue

     [ https://issues.apache.org/jira/browse/AMQ-3933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Chan Shu Ching updated AMQ-3933:
---------------------------------------

    Attachment: TestQueue.java
    
> TransportConnection.dispatchQueue synchronized LinkedList to ConcurrentLinkedQueue
> ----------------------------------------------------------------------------------
>
>                 Key: AMQ-3933
>                 URL: https://issues.apache.org/jira/browse/AMQ-3933
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.6.0
>         Environment: Linux 
>            Reporter: Martin Chan Shu Ching
>            Priority: Minor
>              Labels: newbie
>         Attachments: TestQueue.java
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> TransportConnection.dispatchQueue currently uses a synchronized LinkedList to pass all objects between the broker and the transport connection to the client. This isn't very efficient as the whole list is locked whenever an item is added or removed. ConcurrentLinkedQueue is about 20% faster in my tests.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira