Environment relationship

This topic describes some requirements for running Java™ and C implementations of MQe.

Java code

The java queue manager runs inside an instance of a JVM. You can have only one queue manager per JVM. However, you can invoke multiple instances of the JVM.

Each of these queue managers must have a unique name. Java applications run inside the same JVM as the queue manager they use.

C code

You can run only one queue manager within a native C process. You need multiple processes for multiple queue managers. Each of these queue managers must have a unique name.


Terms of use | WebSphere software

(c) Copyright IBM Corporation 2004, 2005. All rights reserved.