Croway commented on code in PR #9210: URL: https://github.com/apache/camel/pull/9210#discussion_r1087697241
########## components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsRequestReplyTempQueueMultipleConsumersTest.java: ########## @@ -45,7 +45,7 @@ public class JmsRequestReplyTempQueueMultipleConsumersTest extends CamelTestSupport { @RegisterExtension - public ArtemisService service = ArtemisServiceFactory.createPersistentVMService(); + public ArtemisService service = ArtemisServiceFactory.createVMService(); Review Comment: The test behave the same, the persistence part is not used anyway, the VMService is a little bit faster, but I can restore PersistentVM -- 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