Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
6.1.3
-
None
-
None
Description
We see there is a new version of Camel and have updated the routes. 5.17 was Camel 2.25 and now we are on 4.4.
We are seeing this ‘micrometer’ error on the router logs–
WARN | Setup of JMS message listener invoker failed for destination 'cons.interfaces.virtual.t.notif' - trying to recover. Cause: io/micrometer/observation/Observation | org.apache.camel.component.jms.DefaultJmsMessageListenerContainer | Camel (camel_t_notif_interfaces) thread #934 - JmsConsumer[cons.interfaces.virtual.t.notif]
We were able to fix this with the following:
We were able to fix this issue now by importing some more jars that were needed for the micrometer to work as expected:
micrometer-commons-1.13.4.jar
micrometer-core-1.13.4.jar
micrometer-observation-1.13.4.jar
It seems like these jars should be automatically pulled if we are going to get an error if they aren't there.
Is this an ActiveMQ bug or a Camel bug? Did we just miss this being documented somewhere?