orpiske commented on code in PR #9711:
URL: https://github.com/apache/camel/pull/9711#discussion_r1153106414
##########
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:
@davsclaus in theory no, but I think this class is unused.
I think the whole class can be removed. It does not seem to be used anywhere
else. Please, can you give it a try @dk2k ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]