apache / camel-kamelets

Apache Camel Kamelets Repository
https://camel.apache.org
Apache License 2.0
55 stars 77 forks source link

Replace IBM bean by the IBM jakarta version #2006

Closed gansheer closed 5 months ago

gansheer commented 5 months ago

The following exception occurs with the current MQConnectionFactory bean:

2024-04-26 16:54:59.392  WARN 478114 --- [ #4 - timer://x] camel.component.timer.TimerConsumer : Error processing exchange. Exchange[0EDF2D94283643D-0000000000000000]. Caused by: [java.lang.IllegalArgumentException - connectionFactory must be specified]
java.lang.IllegalArgumentException: connectionFactory must be specified
    at org.apache.camel.util.ObjectHelper.notNull(ObjectHelper.java:153) ~[camel-util-4.4.1.jar:4.4.1]
    at org.apache.camel.component.jms.JmsConfiguration.createConnectionFactory(JmsConfiguration.java:1744) ~[camel-jms-4.4.1.jar:4.4.1]