- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Nifi cannot establish connection with IBM MQ
- Labels:
-
Apache NiFi
Created 11-27-2022 12:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey all,
im trying to establish connection with my nifi server (windows) with a remote IBM MQ server
i have all the details, such as the destination name, which is my Q name, and the jndi file is located local on the same nifi server.
my Destination type is set to QUEUE
and the rest of settings are default ( no value set)
i use consumeJMS processor and a normal PutFile which writing the files from the Q to a local folder on the server.
when i run the consumeJMS processor i get the following error:
nifi failed to initialize jms connection factory: java.lang.illegalStateException:java.lang.illegalstateException:failed to load and/or instantiate class 'Flume.S1'
Flume.S1 is is the JMS Connection Factory Implementation class
