How would I go about starting two immutant powered apps in the same local server?
I’m running into trouble with the HornetQ server. First instance powers up fine, but second one hangs waiting for a file.lock (hornetQ persistence) that the first one is holding.
I can’t figure out how to get the second instance to reuse the HornetQ server started by the first one.