Description
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.