1.
3.
5. To propagate these modifications to the server, click the General tab, then the Apply Changes button. Then stop and restart the server instance.
6. asadmin>export AS_ADMIN_USER=admin AS_ADMIN_PASSWORD=password AS_ADMIN_HOST=hostname AS_ADMIN_PORT=port AS_ADMIN_INSTANCE=serverasadmin>create-jndi-resource --jndilookupname QueueConnectionFactory --resourcetype javax.jms.QueueConnectionFactory --factoryclass com.tibco.tibjms.naming.TibjmsInitialContextFactory --enabled=true --property java.naming.provider.url=tibjmsnaming\://localhost\:7222 jms/MyQcfasadmin>create-jndi-resource --jndilookupname queue.sample --resourcetype javax.jms.Queue --factoryclass com.tibco.tibjms.naming.TibjmsInitialContextFactory --enabled=true --property java.naming.provider.url=tibjmsnaming\://localhost\:7222 jms/MyQueue
8. Change directory to EMS_HOME\bin. Modify appclient.bat by adding EMS_HOME\jar\tibjms.jar to JVM_CLASSPATH.
9. Change directory to EMS_HOME\samples\ejb\mdb\simple\src, then build and deploy the sample using the following commands:
10. Change directory to EMS_HOME\domains\domain1\server1\applications\j2ee-apps\mdb-simple_1, and run this command:
12.
Copyright © TIBCO Software Inc. All Rights Reserved.