Github user ragnarotech commented on the issue:
https://github.com/apache/nifi/pull/222
@jugi92 this solution does not work with tibjms.jar v8.x In v8 tibco adds
"void setSSLTrustedCertificate(byte[]Â certificate, java.lang.StringÂ
trustedEncoding)" to it's TibjmsConnectionFactory class, which is what method
the jms util finds first causing a too few arguments exception.
---
