Github user mosermw commented on the issue:
https://github.com/apache/nifi/pull/222
Since TIBCO libraries don't fall under a license that is compatible with
the Apache License 2.0, Apache NiFi cannot distribute a solution that is
specific to TIBCO. But you should be able to build an extension to Apache NiFi
that works for you. Here is an example for how you might approach building a
NiFi extension for this
[mosermw/nifi-jms-providers-bundle](https://github.com/mosermw/nifi-jms-providers-bundle).
---