To configure TIBCO Enterprise for JMS with RepConnector, you must follow these steps, which supplement the configuration steps described in the RepConnector 2.0.2 Installation and User’s Guide.
Configuring TIBCO Enterprise for JMS for use with RepConnector
Start TIBCO Enterprise for JMS Administration Tool. See the TIBCO Enterprise for JMS User’s Guide for more information.
Connect to TIBCO Enterprise for JMS Server.
Follow this procedure to create the factory and the queue:
At the command line, connect to the TIBCO host:
connect tcp://<TIBCO Enterprise for JMS Server host name >:port.
For example:
connect tcp://cntester:7222
Create the factory, where [URL[clientID]] is optional:
create factory <factory-name> <type> [URL [clientID]]
For example:
tcp://cntester:7222> create factory com.tibco.tibjms.TibjmsQueueConnectionFactory queue
Create the queue:
create queue <queuename>
For example:
tcp://cntester:7222> create queue INQ
Configuring RepConnector Managed Connection Factory properties
Before you configure RepConnector Managed Connection Factory properties, you must configure RepConnector. See the RepConnector 2.0.2 Installation and User's Guide for more information.
Connect to EAServer using Jaguar Manager to configure RepConnector Managed Connection Factory properties.
Enter the values of each property as follows:
Property |
Value |
---|---|
Client_Protocol |
The type of client protocol to which RepConnector will send the event. This value must be set to JMS |
Client_Username |
A TIBCO Enterprise for JMS Server login, such as tibadmin. |
Client_Password |
The password that corresponds with the TIBCO Enterprise for JMS Server login, such as tibadmin_psw. |
JMS_Provider URL |
An URL in the form of tcp://<TIBCO Enterprise for JMS Server host name >:port; for example, tcp://cntester:7222. |
JMS_InitialContext Factory |
The initial context factory; for example, com.tibco.tibjms.naming.TibjmsInitialContextFactory. |
JMS_QCF |
The Queue Connection Factory created in “Configuring TIBCO Enterprise for JMS for use with RepConnector”; for example, com.tibco.tibjms.TibjmsQueueConnectionFactory. |
JMS_LocalQueue |
The name of the TIBCO Enterprise for JMS queue created in the previous procedure; for example, INQ. |