Olivier, I don’t know much of anything about qpid. But I did notice that the JNDI Name that you provided is topicConnectionFactry rather than topicConnectionFactory. I.e., “Factory” is misspelled. Would recommend you double-check that.
Thanks -Mark On Jun 22, 2020, at 5:02 AM, GAQUIERE, Olivier <[email protected]<mailto:[email protected]>> wrote: Hi again Peter Here is my processor configuration <image002.png> Olivier GAQUIERE Architect Solution Managing | CSD-Practice | Space/Public/ATM Capgemini France - Toulouse Tel.: +33 582 28 34 61 <image001.png> Si vous recevez ce courriel pendant vos temps non travaillés, il ne requiert ni prise de connaissance ni réponse immédiate de votre part. De : Peter Turcsanyi <[email protected]<mailto:[email protected]>> Envoyé : vendredi 19 juin 2020 14:59 À : [email protected]<mailto:[email protected]> Objet : Re: NIFI JMS consuler : AMQP 1.0 trouble Hi Olivier, You can use Apache Qpid Proton AMQP client library [1] as recommended in the ActiveMQ AMQP configuration docs [2]. You'll want to download Qpid JMS (AMQP 1.0) and use the jars from the lib folder of the tarball. The JNDI Initial Context Factory Class needs to be configured: org.apache.qpid.jms.jndi.JmsInitialContextFactory Regards, Peter [1] https://qpid.apache.org/proton/ [2] https://activemq.apache.org/amqp On Fri, Jun 19, 2020 at 10:51 AM GAQUIERE, Olivier <[email protected]<mailto:[email protected]>> wrote: Hi all I try to use NIFI to consume AMQP 1.0 messages from a ActiveMQ Topic. Did anyone manage to implement the JMS consumer to consume AMQP messages ? If yes, which client librairies did you use ? Thanks in advance Regards Olivier This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
