2009/1/8 lynnec <[email protected]>: > > James, > > I get the following exception: > > JMS exception during session startup. Could not create Transport. Reason: > java.io.IOException: Transport scheme NOT recognized: [vm] > > Unfortunatley Im having trouble getting my debug logs to output so thats all > I can give you at the moment. I think its throwing the exception on > connection = connectionFactory.createQueueConnection() in my function > startUp. > > Ill post more details as soon as I can.
Are you using the jars of ActiveMQ on your classpath - or are you using the Java source code for ActiveMQ and packaging that up manually yourself? Only the resources for VM transport should be in activemq.jar or activemq-core.jar - they should be found. Or are you using some funky class loader? -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/
