<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: ConsumeJMS - Failed to load the WebSphere MQ native JNI library: 'mqjbnd'. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103784#M29868</link>
    <description>&lt;P&gt;Two things I would validate.  &lt;/P&gt;&lt;P&gt;1) Make sure java.library.path has the mqjbnd in the path.  I believe System.loadLibrary uses java.library.path instead of the LD_LIBRARY_PATH.  Not sure about WMQ but if the newly loaded library needs to load another library then LD_LIBRARY_PATH will need to be set also.&lt;/P&gt;&lt;P&gt;2) Make sure the bit versions of the JVM and MQ client are the same.  For example if you have  a 64 bit JVM make sure it is loading the 64bit WMQ libraries and not 32 bit.&lt;/P&gt;</description>
    <pubDate>Sat, 28 May 2016 02:30:37 GMT</pubDate>
    <dc:creator>bschofield</dc:creator>
    <dc:date>2016-05-28T02:30:37Z</dc:date>
    <item>
      <title>ConsumeJMS - Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103779#M29863</link>
      <description>&lt;P&gt;I am trying to use the ConsumeJMS processor using HDF-1.2.0.1-1.&lt;/P&gt;&lt;P&gt;I have configured the connection factory and ssl context service. I have put mq jars in a folder and have configured it and also provided libmqjbnd.so in that folder. I even tried export LD_LIBRARY_PATH. I am looking for the right way for me to provide this .so to HDF. &lt;/P&gt;&lt;P&gt;Appreciate any direction.&lt;/P&gt;&lt;P&gt;I am getting the following error:&lt;/P&gt;&lt;P&gt;ConsumeJMS - JMSConsumer[destination:&amp;lt;queue name&amp;gt;; pub-sub:false;] ConsumeJMS - JMSConsumer[destination:&amp;lt;queue name&amp;gt;; pub-sub:false;] failed to process due to org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception is com.ibm.msg.client.jms.DetailedJMSException: JMSFMQ6312: An exception occurred in the Java(tm) MQI.
The Java(tm) MQI has thrown an exception describing the problem. 
See the linked exception for further information.; nested exception is com.ibm.mq.jmqi.local.LocalMQ$4: CC=2;RC=2495;AMQ8598: Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.; rolling back session: org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception is com.ibm.msg.client.jms.DetailedJMSException: JMSFMQ6312: An exception occurred in the Java(tm) MQI.
The Java(tm) MQI has thrown an exception describing the problem. 
See the linked exception for further information.; nested exception is com.ibm.mq.jmqi.local.LocalMQ$4: CC=2;RC=2495;AMQ8598: Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.
09:20:40 CDTERROR145dc502-4dc8-4666-89cb-5d875a279392

2016-05-26 09:32:59,967 ERROR [Timer-Driven Process Thread-1] o.apache.nifi.jms.processors.ConsumeJMS
org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception is com.ibm.msg.client.jms.DetailedJMSException: JMSFMQ6312: An exception occurred in the Java(tm) MQI.
The Java(tm) MQI has thrown an exception describing the problem.
See the linked exception for further information.; nested exception is com.ibm.mq.jmqi.local.LocalMQ$4: CC=2;RC=2495;AMQ8598: Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.
  at org.springframework.jms.support.JmsUtils.convertJmsAccessException(JmsUtils.java:316) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.springframework.jms.support.JmsAccessor.convertJmsAccessException(JmsAccessor.java:169) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:497) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.springframework.jms.core.JmsTemplate.receiveSelected(JmsTemplate.java:764) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.springframework.jms.core.JmsTemplate.receive(JmsTemplate.java:738) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.springframework.jms.core.JmsTemplate.receive(JmsTemplate.java:727) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.apache.nifi.jms.processors.JMSConsumer.consume(JMSConsumer.java:65) ~[nifi-jms-processors-0.6.0.1.2.0.1-1.jar:0.6.0.1.2.0.1-1]
  at org.apache.nifi.jms.processors.ConsumeJMS.rendezvousWithJms(ConsumeJMS.java:79) ~[nifi-jms-processors-0.6.0.1.2.0.1-1.jar:0.6.0.1.2.0.1-1]
  at org.apache.nifi.jms.processors.AbstractJMSProcessor.onTrigger(AbstractJMSProcessor.java:135) ~[nifi-jms-processors-0.6.0.1.2.0.1-1.jar:0.6.0.1.2.0.1-1]
  at org.apache.nifi.jms.processors.ConsumeJMS.onTrigger(ConsumeJMS.java:50) ~[nifi-jms-processors-0.6.0.1.2.0.1-1.jar:0.6.0.1.2.0.1-1]
  at org.apache.nifi.processor.AbstractProcessor.onTrigger(AbstractProcessor.java:27) ~[nifi-api-0.6.0.1.2.0.1-1.jar:0.6.0.1.2.0.1-1]
  at org.apache.nifi.controller.StandardProcessorNode.onTrigger(StandardProcessorNode.java:1059) [nifi-framework-core-0.6.0.1.2.0.1-1.jar:0.6.0.1.2.0.1-1]
  at org.apache.nifi.controller.tasks.ContinuallyRunProcessorTask.call(ContinuallyRunProcessorTask.java:136) [nifi-framework-core-0.6.0.1.2.0.1-1.jar:0.6.0.1.2.0.1-1]
  at org.apache.nifi.controller.tasks.ContinuallyRunProcessorTask.call(ContinuallyRunProcessorTask.java:47) [nifi-framework-core-0.6.0.1.2.0.1-1.jar:0.6.0.1.2.0.1-1]
  at org.apache.nifi.controller.scheduling.TimerDrivenSchedulingAgent$1.run(TimerDrivenSchedulingAgent.java:123) [nifi-framework-core-0.6.0.1.2.0.1-1.jar:0.6.0.1.2.0.1-1]
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_65]
  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [na:1.8.0_65]
  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [na:1.8.0_65]
  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [na:1.8.0_65]
  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_65]
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_65]
  at java.lang.Thread.run(Thread.java:745) [na:1.8.0_65]
Caused by: com.ibm.msg.client.jms.DetailedJMSException: JMSFMQ6312: An exception occurred in the Java(tm) MQI.
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_65]
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_65]
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_65]
  at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[na:1.8.0_65]
  at com.ibm.msg.client.commonservices.j2se.NLSServices.createException(NLSServices.java:319) ~[na:na]
  at com.ibm.msg.client.commonservices.nls.NLSServices.createException(NLSServices.java:226) ~[na:na]
  at com.ibm.msg.client.wmq.factories.WMQConnectionFactory.createV7ProviderConnection(WMQConnectionFactory.java:8445) ~[na:na]
  at com.ibm.msg.client.wmq.factories.WMQConnectionFactory.createProviderConnection(WMQConnectionFactory.java:7814) ~[na:na]
  at com.ibm.msg.client.jms.admin.JmsConnectionFactoryImpl._createConnection(JmsConnectionFactoryImpl.java:299) ~[na:na]
  at com.ibm.msg.client.jms.admin.JmsConnectionFactoryImpl.createConnection(JmsConnectionFactoryImpl.java:236) ~[na:na]
  at com.ibm.mq.jms.MQConnectionFactory.createCommonConnection(MQConnectionFactory.java:6024) ~[na:na]
  at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:136) ~[na:na]
  at com.ibm.mq.jms.MQQueueConnectionFactory.createConnection(MQQueueConnectionFactory.java:209) ~[na:na]
  at org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter.doCreateConnection(UserCredentialsConnectionFactoryAdapter.java:178) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter.createConnection(UserCredentialsConnectionFactoryAdapter.java:152) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.springframework.jms.connection.SingleConnectionFactory.doCreateConnection(SingleConnectionFactory.java:365) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.springframework.jms.connection.SingleConnectionFactory.initConnection(SingleConnectionFactory.java:305) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.springframework.jms.connection.SingleConnectionFactory.getConnection(SingleConnectionFactory.java:283) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.springframework.jms.connection.SingleConnectionFactory.createConnection(SingleConnectionFactory.java:224) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.springframework.jms.support.JmsAccessor.createConnection(JmsAccessor.java:180) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:484) ~[spring-jms-4.2.4.RELEASE.jar:4.2.4.RELEASE]
  ... 19 common frames omitted
Caused by: com.ibm.mq.jmqi.local.LocalMQ$4: CC=2;RC=2495;AMQ8598: Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.
  at com.ibm.mq.jmqi.local.LocalMQ.loadLib(LocalMQ.java:1268) ~[na:na]
  at com.ibm.mq.jmqi.local.LocalMQ$1.run(LocalMQ.java:309) ~[na:na]
  at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_65]
  at com.ibm.mq.jmqi.local.LocalMQ.initialise_inner(LocalMQ.java:259) ~[na:na]
  at com.ibm.mq.jmqi.local.LocalMQ.initialise(LocalMQ.java:221) ~[na:na]
  at com.ibm.mq.jmqi.local.LocalMQ.&amp;lt;init&amp;gt;(LocalMQ.java:1350) ~[na:na]
  at com.ibm.mq.jmqi.local.LocalServer.&amp;lt;init&amp;gt;(LocalServer.java:230) ~[na:na]
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_65]
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_65]
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_65]
  at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[na:1.8.0_65]
  at com.ibm.mq.jmqi.JmqiEnvironment.getInstance(JmqiEnvironment.java:706) ~[na:na]
  at com.ibm.mq.jmqi.JmqiEnvironment.getMQI(JmqiEnvironment.java:640) ~[na:na]
  at com.ibm.msg.client.wmq.factories.WMQConnectionFactory.createV7ProviderConnection(WMQConnectionFactory.java:8437) ~[na:na]
  ... 33 common frames omitted
Caused by: java.lang.UnsatisfiedLinkError: no mqjbnd in java.library.path
  at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1864) ~[na:1.8.0_65]
  at java.lang.Runtime.loadLibrary0(Runtime.java:870) ~[na:1.8.0_65]
  at java.lang.System.loadLibrary(System.java:1122) ~[na:1.8.0_65]
  at com.ibm.mq.jmqi.local.LocalMQ.loadLib(LocalMQ.java:1240) ~[na:na]
  ... 46 common frames omitted&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 12:31:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103779#M29863</guid>
      <dc:creator>setty_sharath</dc:creator>
      <dc:date>2026-04-21T12:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: ConsumeJMS - Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103780#M29864</link>
      <description>&lt;P&gt;Can you share details on how you configured the Controller Service and processors? In general you shouldn't need to use any native library.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 01:48:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103780#M29864</guid>
      <dc:creator>andrewg</dc:creator>
      <dc:date>2016-05-27T01:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: ConsumeJMS - Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103781#M29865</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/173/agrande.html" nodeid="173"&gt;@Andrew Grande&lt;/A&gt;, here are the details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StandardSSLContextService:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Keystore Filename&lt;/TD&gt;&lt;TD&gt;Key.jks&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Keystore Password &lt;/TD&gt;&lt;TD&gt;password&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;setKeystore Type&lt;/TD&gt;&lt;TD&gt;JKS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Truststore Filename&lt;/TD&gt;&lt;TD&gt;Key.jks&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Truststore Password&lt;/TD&gt;&lt;TD&gt;password&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;setTruststore Type&lt;/TD&gt;&lt;TD&gt;JKS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SSL Protocol&lt;/TD&gt;&lt;TD&gt;TLSv1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;JMSConnectionFactoryProvider:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;MQ ConnectionFactory Implementation&lt;/TD&gt;&lt;TD&gt;com.ibm.mq.jms.MQQueueConnectionFactory&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;MQ Client Libraries path (i.e., /usr/jms/lib)&lt;/TD&gt;&lt;TD&gt;/usr/…/lib (has mq jars from version &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Broker URI&lt;/TD&gt;&lt;TD&gt;Server:port&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SSL Context Service&lt;/TD&gt;&lt;TD&gt;&amp;lt;the above defined service&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Added a property - channel&lt;/TD&gt;&lt;TD&gt;&amp;lt;channel name&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;ConsumeJMS processor:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;User name&lt;/TD&gt;&lt;TD&gt;Username&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Password&lt;/TD&gt;&lt;TD&gt;Password&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Destination name&lt;/TD&gt;&lt;TD&gt;&amp;lt;queue name&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Destination Type&lt;/TD&gt;&lt;TD&gt;QUEUE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Session Cache size&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Connection factory service&lt;/TD&gt;&lt;TD&gt;&amp;lt;The above defined JMSConnectionFactoryProvider &amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 27 May 2016 02:19:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103781#M29865</guid>
      <dc:creator>setty_sharath</dc:creator>
      <dc:date>2016-05-27T02:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: ConsumeJMS - Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103782#M29866</link>
      <description>&lt;P&gt;Are you trying to connect to an older MQ broker by any chance? We have successfully tested with 7.5 and 8.0 before.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 04:34:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103782#M29866</guid>
      <dc:creator>andrewg</dc:creator>
      <dc:date>2016-05-27T04:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: ConsumeJMS - Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103783#M29867</link>
      <description>&lt;P&gt;Also, check out this discussion, might help &lt;A target="_blank" href="https://community.hortonworks.com/questions/29074/publish-jms-processor-failing.html"&gt;https://community.hortonworks.com/questions/29074/publish-jms-processor-failing.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 05:09:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103783#M29867</guid>
      <dc:creator>andrewg</dc:creator>
      <dc:date>2016-05-27T05:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: ConsumeJMS - Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103784#M29868</link>
      <description>&lt;P&gt;Two things I would validate.  &lt;/P&gt;&lt;P&gt;1) Make sure java.library.path has the mqjbnd in the path.  I believe System.loadLibrary uses java.library.path instead of the LD_LIBRARY_PATH.  Not sure about WMQ but if the newly loaded library needs to load another library then LD_LIBRARY_PATH will need to be set also.&lt;/P&gt;&lt;P&gt;2) Make sure the bit versions of the JVM and MQ client are the same.  For example if you have  a 64 bit JVM make sure it is loading the 64bit WMQ libraries and not 32 bit.&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2016 02:30:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103784#M29868</guid>
      <dc:creator>bschofield</dc:creator>
      <dc:date>2016-05-28T02:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: ConsumeJMS - Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103785#M29869</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/173/agrande.html" nodeid="173"&gt;@Andrew Grande&lt;/A&gt; I had looked through that post but had not looked at the shared files. I did look and it seemed to be a little helpful as I could compare what I had done and noticed I had missed a property or two. Also remembered what you had mentioned about not needing the native library and I tried removing that as well. Now it looks like the processor is attempting to connect and getting a different but it did hit the MQ server. So, it is progress and I will did into that error today. Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 20:30:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103785#M29869</guid>
      <dc:creator>setty_sharath</dc:creator>
      <dc:date>2016-05-31T20:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: ConsumeJMS - Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103786#M29870</link>
      <description>&lt;P&gt;Sharath,&lt;/P&gt;&lt;P&gt;I added three additional properties to my JMSConnectionFactoryProvider controller service and it cleared up the error:&lt;/P&gt;&lt;P&gt;channel&lt;/P&gt;&lt;P&gt;queueManager&lt;/P&gt;&lt;P&gt;transportType&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8885-0kiot.png" style="width: 802px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23633i4C5058A8CBE0B5D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8885-0kiot.png" alt="8885-0kiot.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 12:06:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103786#M29870</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2019-08-19T12:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: ConsumeJMS - Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103787#M29871</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/286/dwynne.html" nodeid="286"&gt;@dwynne&lt;/A&gt; thanks for the responses. I probably should have updated my post saying that I got it to work after adding the properties like you had mentioned. I had seen those additional properties mentioned in the post &lt;A href="https://community.hortonworks.com/questions/29074/publish-jms-processor-failing.html"&gt;https://community.hortonworks.com/questions/29074/publish-jms-processor-failing.html&lt;/A&gt; and had added them and had removed the .so file and that had worked.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 02:23:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103787#M29871</guid>
      <dc:creator>setty_sharath</dc:creator>
      <dc:date>2016-10-27T02:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: ConsumeJMS - Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103788#M29872</link>
      <description>&lt;P&gt;Hi Sharath, &lt;/P&gt;&lt;P&gt;I have some issue connecting Nifi to IBM MQ.   To setup the IBM MQ, I follow the instruction at &lt;A href="https://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.sce.doc/q123070_.htm."&gt;https://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.sce.doc/q123070_.htm.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, it have issue for the connections.   Do you mind to tell me how you configure the setttngs on the IBM MQ server side?  Do you need to create a transmission queue and how do you create your Channel?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 12:45:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103788#M29872</guid>
      <dc:creator>toandyliang</dc:creator>
      <dc:date>2017-02-21T12:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: ConsumeJMS - Failed to load the WebSphere MQ native JNI library: 'mqjbnd'.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103789#M29873</link>
      <description>&lt;P&gt;Sharath,&lt;/P&gt;&lt;P&gt;Another way to resolve the issue is to make sure the symbolic link to the shared object points to the 64-bit library in the /usr/lib directory. I added the below symbolic link to my system running NiFi and the error was resolved:&lt;/P&gt;&lt;P&gt;ln -s /opt/mqm/java/lib64/&lt;A href="http://libmqjbnd.so/" rel="nofollow noopener noreferrer" target="_blank"&gt;libmqjbnd.so&lt;/A&gt; /ust/lib/&lt;A href="http://libmqjbnd.so/" rel="nofollow noopener noreferrer" target="_blank"&gt;libmqjbnd.so&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is a snapshot of my JMSConnectionFactoryProvider controller service configuration&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8916-screen-shot-2016-10-26-at-24329-pm.png" style="width: 799px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23632iD03F4523B9FEB789/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8916-screen-shot-2016-10-26-at-24329-pm.png" alt="8916-screen-shot-2016-10-26-at-24329-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 12:05:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ConsumeJMS-Failed-to-load-the-WebSphere-MQ-native-JNI/m-p/103789#M29873</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2019-08-19T12:05:57Z</dc:date>
    </item>
  </channel>
</rss>

