gansheer opened a new pull request, #2006: URL: https://github.com/apache/camel-kamelets/pull/2006
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] ``` -- 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