Integrating With IBM WebSphere Application Server Version 6.1 : Create TIBCO Enterprise Message Service Administered Objects

Create TIBCO Enterprise Message Service Administered Objects
This section creates the following administered objects in the tibemsd:
Two topics, sample.weather and sample.*.
One queue, sample.Q1.
In this section, you also associate the topic sample.* with the external JNDI name sample.listen.
To create the administered objects:
1.
2.
   > connect -server server_name
where server_name is the server you wish to connect to.
3.
 
   > create factory sample.TCF topic
   > create factory sample.QCF queue
   > create topic sample.*
   > create jndiname sample.listen topic sample.*
   > create topic sample.weather
   > create queue sample.Q1
The create jndiname command associates the destination with an external JNDI name. This command is needed if you want to use an external JNDI name that is different from the destination name. In the example above, the topic sample.* is assigned the external JNDI name sample.listen.