Skip to content
Advertisement

Tag: qpid

Configure Apache Qpid JMS (jakarta.jms) connectionfactory in Apache Camel XML DSL in AMQP component

Trying to use the jakarta.jms Apache Qpid AMQP client to process messages. I am trying to use poolable connection factory using org.messagehub. Standlone java code works, refer the java changes. When I try use the same in Spring XML DSL in Camel, the AMQP component doesn’t support the jakarta.jmx connection factory. Does the apache-amqp component support JMS 2.0 from Apache

Advertisement