Configuring the Local Connection
If the connection binding type is Local, then the JVM running your application expects to find the MQ native libraries on the java.library.path. If it does not, your process fails with an MQRC_MODULE_NOT_FOUND error.
Procedure
- In TIBCO Business Studio, click .
- Click in the left panel.
- Click the Environment tab in the right panel.
-
In the
Edit Environment Variable wizard, add or modify the library search path variable for your system:
- For Linux (The entry is similar to):
Type LD_LIBRARY_PATH in the Name field and ${env_var:RV_HOME}/lib/64:${env_var:RV_HOME}/lib:/opt/mqm/java/lib/OSGi:/opt/mqm/java/lib64:${env_var:LD_LIBRARY_PATH} in the Value field.
- For Windows:
Type PATH in the Name field and ${env_var:RV_HOME}/bin${system_property:path.separator}C:\Program Files (x86)\IBM\IBM MQ\java\lib${system_property:path.separator}${env_var:PATH} in the Value field.
- For Linux (The entry is similar to):
Copyright © Cloud Software Group, Inc. All rights reserved.