cshannon commented on PR #1844:
URL: https://github.com/apache/activemq/pull/1844#issuecomment-4206851199
> i think `scheme.equalsIgnoreCase("vm")` will better
This is not necessary, it's case sensitive. Using "VM" or "Vm" etc will not
work.
```
Caused by: java.io.IOException: Could not find factory class for resource:
META-INF/services/org/apache/activemq/transport/VM
at
org.apache.activemq.util.FactoryFinder$StandaloneObjectFactory.loadProperties(FactoryFinder.java:127)
at
org.apache.activemq.util.FactoryFinder$StandaloneObjectFactory.create(FactoryFinder.java:93)
at
org.apache.activemq.util.FactoryFinder.newInstance(FactoryFinder.java:211)
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact