Hello, With out knowing more about your system specs and what else is going on with your flow, I suggest you look at increasing the max threads the nifi instance can run.
I'm on mobile but it's under controller settings too right side of the UI. Thanks, Juan On Tue, Jul 25, 2017 at 1:57 PM Juan Pablo Gardella < [email protected]> wrote: > Hi all, > > I would like to know if someone has performance issues using ConsumerJMS > (currently against Tibco). Using 16 cached sessions and 16 threads I saw > that the performance is degraded after a while. I suppose it is something > related to session.recover() call inside JMSConsumer. > > By using one thread the performance is not enough, so, how can I increase > the throughput using JMSConsumer? I saw that at the code > <https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/processors/JMSConsumer.java> > a consumer object is created each call. Ideally only once per thread should > be created. > > Thoughts? > > Thanks, > Juan >
