EMS Driver Installation and Setup
Here, I am going to explain how to install ems driver and start EMS server and EMS adminstation.
First, go to
C:\tibco_inst_6.9.0\bw\6.9\bin > enter bwinstall.exe to see all the drivers and related information
Next, specify:
C:\tibco_inst_6.9.0\bw\6.9\bin>bwinstall ems-driver
Then, specify EMS server plugins and press ENTER
C:\tibco_ems_8.7.0\8.7\components\shared\1.0.0\plugins
Start EMS Server
Start EMS Admin
C:\tibco_ems_8.7.0\8.7\bin>tibemsadmin.exe
Create Queue Connection Factor:
create factory QueueConnectionFactory queue
url=tcp://localhost:7222
Create Topic Connection Factor:
Create Topic Connection Factor:
create factory TopicConnectionFactory topic
url=tcp://localhost:7222
show factories
-> to show list of factories
Queue creation:
create queue bw6.queue
Topic creation:
create queue bw6.queue
Topic creation:
create topic bw6.topic
Create JMS Connection and specify all required parameters and Test Connection.
That's all.
Thanks for reading :-)
No comments:
Post a Comment