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

Reply via email to