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 connec…