Technical Design
JMS Configuration
A JMS Configuration, Stub_JMSConnection, is in the JMSConfigurations folder. This configuration exists to handle the JMS responsibilities of the EAI Windchill Simulation module. This JMS configuration is set up with a standard set of JMS parameters and is used by all components of the stub that read and write to JMS:
Configuration Parameter
Out-of-the-box Setting
Comment
Name
Stub_JMSConnection
User Name
%%ESISTUBJMSUsername%%
This is the Windchill ESI Global Variable ESISTUBJMSUsername, which is set out-of-the-box to be ESISTUB.
Password
%%ESISTUBJMSPassword%%
This is the Windchill ESI Global Variable ESISTUBJMSPassword, which is set out-of-the-box to be ESISTUB.
Client ID
(blank)
JNDI Context Factory
com.tibco.tibjms.naming.TibjmsInitialContextFactory
JNDI Context URL
%%ESIJMSJNDIContextUR L%%
This global variable is set out- of-the-box to tibjmsnaming://localhost:7222.
JNDI User Name
%%ESISTUBJMSUsername%%
This is the Windchill ESI Global Variable ESISTUBJMSUsername, which is set out-of-the-box to be ESISTUB.
JNDI Password
%%ESISTUBJMSPassword%%
This is the Windchill ESI Global Variable ESISTUBJMSPassword, which is set out-of-the-box to be ESISTUB.
Windchill Simulation Module JMS Configuration
這是否有幫助?