Note: This section does not apply to the C code base.
When an MQe queue manager is loaded, the initiating application must load
any other applications into the JVM.
Standard Java™ facilities can be used for this, or you can use
the class loader included as part of MQe.
Therefore:
- Multiple applications can run against a single queue manager in the same
JVM.
- Alternatively, you can use multiple JVMs, but each requires its own queue
manager and each of these must have a unique name.