dk2k commented on code in PR #9711: URL: https://github.com/apache/camel/pull/9711#discussion_r1153444087
########## components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/SjmsConnectionTestSupport.java: ########## @@ -55,8 +55,6 @@ public void setup() throws Exception { || getConnectionUri().startsWith("vm")) { vmTestConnectionFactory = new ActiveMQConnectionFactory( VM_BROKER_CONNECT_STRING); - } else { - createBroker(); Review Comment: Removed the class -- 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