Hello, I'm using Camel 2.24.2 with ActiveMQ 5.15.10 as broker.
I saw in the JMS component docs [1] that it's recommended to use the ActiveMQ component in this case, but there is no "camel-activemq" component in version 2.24.2. Instead, I've found an "activemq-camel" dependency (groupId=org.apache.activemq and version=5.15.10) which seems to work fine. Is that the "recommended" ActiveMQ component to work with Camel 2.24.2, or in this case is better to use the camel-jms itself? [1] https://camel.apache.org/components/latest/jms-component.html Thanks, -- Alessandro Hoss