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]> 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. >
