bvahdat commented on issue #4278:
URL: https://github.com/apache/camel-quarkus/issues/4278#issuecomment-1318407514

   Trying out this approach introduces a regression not clear to me, as 
auto-wiring of
   
   
https://github.com/messaginghub/pooled-jms/blob/main/pooled-jms/src/main/java/org/messaginghub/pooled/jms/JmsPoolConnectionFactory.java
   
   Or
   
   
https://github.com/messaginghub/pooled-jms/blob/main/pooled-jms/src/main/java/org/messaginghub/pooled/jms/JmsPoolXAConnectionFactory.java
   
   at runtime fails and we end up at:
   
   
https://github.com/apache/camel/blob/main/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java#L856
   
   With the corresponding NPE afterwards in `createConnectionFactory` method.
   
   The `autowired` property is not set on the `connectionFactory`, so wondering 
why it works in the first place when using `Quarkus 2.13.3.Final` or previous 
versions. Seems to be the magic happening in `quarkus-pooled-jms`or something.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to