You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2014/05/12 21:21:16 UTC

[jira] [Created] (AMQ-5183) Switch to using Proton's Event logic for detecting AMQP state changes

Timothy Bish created AMQ-5183:
---------------------------------

             Summary: Switch to using Proton's Event logic for detecting AMQP state changes
                 Key: AMQ-5183
                 URL: https://issues.apache.org/jira/browse/AMQ-5183
             Project: ActiveMQ
          Issue Type: Improvement
          Components: AMQP
    Affects Versions: 5.9.1, 5.9.0
            Reporter: Timothy Bish
            Assignee: Timothy Bish
            Priority: Minor
             Fix For: 5.10.0


We currently use a polling model to detect state changes in the proton engine when new data arrives.  The recent update to Proton v0.7.0 allows us to switch to the new Event Collector model and remove the polling code.  This change results in lower overhead when processing incoming AMQP frames and increases performance of the AMQP transport layer.  



--
This message was sent by Atlassian JIRA
(v6.2#6252)