Re: Message sending to JMS through MQ gives error-Transport scheme NOT recognized:

2019-06-13 Thread Koji Kawamura
Hi, There is another NiFi JMS connection ControllerService, that is JndiJmsConnectionFactoryProvider. With PublishJMS and JndiJmsConnectionFactoryProvider, I was able to send message to a HornetQ queue. JndiJmsConnectionFactoryProvider config example: - Initial Naming Factory Class:

Re: Message sending to JMS through MQ gives error-Transport scheme NOT recognized:

2019-06-13 Thread Koji Kawamura
Hello, PutJMS is deprecated, PublishJMS is recommended instead. PublishJMS uses JMSConnectionFactoryProvider Controller Service, in which you can specify "MQ ConnectionFactory Implementation" and "MQ Client Libraries path (i.e., /usr/jms/lib)". You will need to download HornetQ from here, extract

Message sending to JMS through MQ gives error-Transport scheme NOT recognized:

2019-06-13 Thread Puspak
Hi , I am relatively new to nifi .I have a requirment where i have to push some messages to JMS (HornetQ). When i push the message with below configuration in putJMS of nifi i am getting the below error. 2019-06-13 09:30:31,701 ERROR [Timer-Driven Process Thread-7]