[
https://issues.apache.org/jira/browse/NIFI-4508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16508116#comment-16508116
]
ASF GitHub Bot commented on NIFI-4508:
--------------------------------------
Github user joewitt commented on the issue:
https://github.com/apache/nifi/pull/2784
The performance improvement is clear. Old way is unable to keep up with
its own rate of production while new ways stays in lock step. Have a mirrored
flow (just diff versions of amqp processors). Old way can do 2500 messages/sec
with new way doing more than double. This is with client-side acks on and
testing in as apples to apples a way as possible. The new way can clearly go
far faster than 2x the old way.
> AMQP Processor that uses basicConsume
> -------------------------------------
>
> Key: NIFI-4508
> URL: https://issues.apache.org/jira/browse/NIFI-4508
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Affects Versions: 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0
> Reporter: Randy Bovay
> Assignee: Mark Payne
> Priority: Major
> Fix For: 1.7.0
>
>
> Due to poor performance of the AMQP Processor, we need to be able to have a
> basicConsume based interface to RabbitMQ.
> https://community.hortonworks.com/questions/66799/consumeamqp-performance-issue-less-than-50-msgs-se.html
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)