JMS Configuration
Since the EAI Windchill Simulation module performs the same functions as Windchill would, it requires the same JMS permissions as Windchill. The EAI Windchill Simulation module JMS user is defined by the global variable ESIJMSSTUBUsername and requires the same permissions as the user WCESI. By default, the JMS user for the EAI Windchill Simulation module is set to "ESISTUB." This default can be changed in the Windchill ESI Repository with the global variables.
Starting from a baseline TIBCO Enterprise Message Server installation that has been configured according to the Windchill Enterprise Systems Integration Installation and Configuration Guide, complete the following steps:
1. Start the JMS Server.
* 
On unix server the command to start ems server has been changes to following "./tibemsd64 -config ../tibco/cfgmgmt/ems/data/tibemsd.conf"
2. Start the JMS Administration Tool and log in as the administrator.
3. Create the ESISTUB user with the following commands:
create user ESISTUB password=<esistub user password>.
commit
4. Grant the ESISTUB user permission to send information to the DataResponse queue with the following commands:
grant queue com.ptc.windchill.esi.DataResponse.<DSN> ESISTUB send
commit
5. Repeat step 4 for each queue and permission required for ESISTUB as listed below:
Queue
Permission
com.ptc.windchill.esi.DataResponse.<DSN>
send
com.ptc.windchill.esi.Result
receive
ESISTUB Queue Permissions
這是否有幫助?