Hi, We are having JMS Unresolved destinations as remote services and it is showing broken transactions due to this. We would like to include the pooled-jms package (https://github.com/messaginghub/pooled-jms) in the Java agent as it is a Spring recommendation for JMS 2.0 since its version 2.1 ( 8th Jun 2020) https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.1-Release-Notes#activemq-pooling # If you were using activemq-pool, support has been removed in this release in favor of pooled-jms that offers the same features while being JMS 2.0 compliant. We are using org.messaginghub.pooled.jms.JmsPoolMessageConsumer and the agent error reported is: Caused by: java.lang.NoSuchMethodException: org.messaginghub.pooled.jms.JmsPoolMessageConsumer.getDestination() Thank you, David
... View more