I am currently using Mule and ActiveMQ in a project and would like to get Hermes going so that I can view and manage the queues. I set up everything as per the instructions on the site but get the following error when I try to view a queue ....
javax.jms.JMSException
Failed to get embedded connector
Failed to open transaction journal: java.io.IOException: Journal is allready opened by another application.
This happens when either Mule is running and using using ActiveMQ or I run the producer tests from ActiveMQ itself.
I assume that there may be a property setting that I have missed so any help would be greatly appreciated.
