We have multiple glassfish instances running standalone and not as a cluster. We need to have these instances use a common jmx and jms service but we're unable to accomplish that. We're presently trying to configure one glassfish instance with the jmx & jms services and then have the remaining instances use these services from the configured instance. I will refer to the instance configured with jmx & jms as the JMX Instance.
The jmx & jms services fail to start when we configure the other glassfish instances to use these services from the JMX instance. JConsole does run fine against the JMX instance and jmx appears to be running as expected.
How should the jms & jmx services be setup so they can be shared by multiple glassfish instances?
Thanks,
Robert